|
3 | 3 | "bump-patch-for-minor-pre-major": true, |
4 | 4 | "include-component-in-tag": false, |
5 | 5 | "include-v-in-tag": true, |
| 6 | + "changelog-sections": [ |
| 7 | + { "type": "feat", "section": "Features" }, |
| 8 | + { "type": "feature", "section": "Features" }, |
| 9 | + { "type": "fix", "section": "Bug Fixes" }, |
| 10 | + { "type": "perf", "section": "Performance Improvements" }, |
| 11 | + { "type": "revert", "section": "Reverts" }, |
| 12 | + { "type": "docs", "section": "Documentation", "hidden": true }, |
| 13 | + { "type": "style", "section": "Styles", "hidden": true }, |
| 14 | + { "type": "chore", "section": "Miscellaneous Chores" }, |
| 15 | + { "type": "refactor", "section": "Code Refactoring" }, |
| 16 | + { "type": "test", "section": "Tests", "hidden": true }, |
| 17 | + { "type": "build", "section": "Build System" }, |
| 18 | + { "type": "ci", "section": "Continuous Integration", "hidden": true } |
| 19 | + ], |
6 | 20 | "packages": { |
7 | 21 | ".": {} |
8 | 22 | } |
|
0 commit comments