Skip to content

Commit 0660810

Browse files
committed
chore: update changelog config
1 parent 0d56ba2 commit 0660810

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

changelog.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,37 @@ module.exports = {
77
feat: {
88
description: 'A new feature',
99
value: 'feat',
10+
section: 'Features',
1011
},
1112
fix: {
1213
description: 'A bug fix',
1314
value: 'fix',
15+
section: 'Bug Fixes',
1416
},
1517
refactor: {
1618
description: 'A code change that neither adds a feature or fixes a bug',
1719
value: 'refactor',
20+
hidden: true,
1821
},
1922
perf: {
2023
description: 'A code change that improves performance',
2124
value: 'perf',
25+
hidden: true,
2226
},
2327
test: {
2428
description: 'Adding missing tests',
2529
value: 'test',
30+
hidden: true,
2631
},
2732
chore: {
2833
description: 'Build process, CI or auxiliary tool changes',
2934
value: 'chore',
35+
hidden: true,
3036
},
3137
docs: {
3238
description: 'Documentation only changes',
3339
value: 'docs',
40+
hidden: true,
3441
},
3542
},
3643
};

0 commit comments

Comments
 (0)