@@ -37,11 +37,11 @@ module.exports = {
3737 presetConfig : {
3838 /**
3939 * Types from the Conventional Changelog conventionalcommits.org convention.
40- * The types are used as they were in version 4.3.1 , of which the link to
40+ * The types are used as they were in version 4.5.0 , of which the link to
4141 * the exact location is shown below. The only change to the types array is
4242 * whether some types are hidden or not.
4343 *
44- * https://github.com/conventional-changelog/conventional-changelog/blob/conventional-changelog-conventionalcommits%404.3.1 /packages/conventional-changelog-conventionalcommits/writer-opts.js#L160
44+ * https://github.com/conventional-changelog/conventional-changelog/blob/conventional-changelog-conventionalcommits%404.5.0 /packages/conventional-changelog-conventionalcommits/writer-opts.js#L169
4545 */
4646 types : [
4747 { type : 'feat' , section : 'Features' } ,
@@ -50,7 +50,7 @@ module.exports = {
5050 { type : 'revert' , section : 'Reverts' } ,
5151 { type : 'docs' , section : 'Documentation' } ,
5252 { type : 'style' , section : 'Styles' } ,
53- { type : 'chore' , section : 'Miscellaneous Chores' } ,
53+ { type : 'chore' , section : 'Miscellaneous Chores' , hidden : true } ,
5454 { type : 'refactor' , section : 'Code Refactoring' } ,
5555 { type : 'test' , section : 'Tests' } ,
5656 { type : 'build' , section : 'Build System' } ,
0 commit comments