|
22 | 22 | } |
23 | 23 | ] |
24 | 24 | } |
25 | | - } |
| 25 | + }, |
| 26 | + "changelog-sections": [ |
| 27 | + { "type": "feat", "section": "Features" }, |
| 28 | + { "type": "fix", "section": "Bug Fixes" }, |
| 29 | + { "type": "revert", "section": "Reverts" }, |
| 30 | + { "type": "helm", "section": "Helm Changes", "hidden": false }, |
| 31 | + { "type": "deps", "section": "Dependency Updates", "hidden": false }, |
| 32 | + { "type": "devdeps", "section": "Dev Dependency Updates", "hidden": true }, |
| 33 | + { "type": "refactor", "section": "Code Refactoring", "hidden": false }, |
| 34 | + { "type": "build", "section": "Build System", "hidden": false }, |
| 35 | + { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, |
| 36 | + { "type": "docs", "section": "Documentation", "hidden": true }, |
| 37 | + { "type": "style", "section": "Styles", "hidden": true }, |
| 38 | + { "type": "test", "section": "Tests", "hidden": true }, |
| 39 | + { "type": "ci", "section": "Continuous Integration", "hidden": true } |
| 40 | + ] |
26 | 41 | } |
0 commit comments