|
6 | 6 | "package-name": "Intility.JsonApiToolkit", |
7 | 7 | "include-component-in-tag": false, |
8 | 8 | "changelog-sections": [ |
9 | | - { "type": "feat", "section": "Features", "hidden": false }, |
10 | | - { "type": "fix", "section": "Bug Fixes", "hidden": false }, |
11 | | - { "type": "perf", "section": "Performance", "hidden": false }, |
12 | | - { "type": "refactor", "section": "Refactoring", "hidden": false }, |
13 | | - { "type": "docs", "section": "Documentation", "hidden": false }, |
14 | | - { "type": "test", "section": "Tests", "hidden": true }, |
15 | | - { "type": "chore", "section": "Maintenance", "hidden": true }, |
16 | | - { "type": "deps", "section": "Dependencies", "hidden": false } |
| 9 | + { "type": "feat", "section": "Features" }, |
| 10 | + { "type": "fix", "section": "Bug Fixes" }, |
| 11 | + { "type": "perf", "section": "Performance Improvements" }, |
| 12 | + { "type": "refactor", "section": "Code Refactoring" }, |
| 13 | + { "type": "docs", "section": "Documentation" }, |
| 14 | + { "type": "build", "section": "Build System" }, |
| 15 | + { "type": "ci", "section": "CI" }, |
| 16 | + { "type": "style", "section": "Styles" }, |
| 17 | + { "type": "test", "section": "Tests" }, |
| 18 | + { "type": "chore", "section": "Miscellaneous", "hidden": true } |
17 | 19 | ], |
18 | 20 | "extra-files": [ |
19 | 21 | { |
|
0 commit comments