|
1 | 1 | { |
2 | 2 | "changelog-types": [ |
3 | | - { "type": "feat", "section": "Features" }, |
4 | | - { "type": "fix", "section": "Bug Fixes" }, |
5 | | - { "type": "perf", "section": "Performance Improvements" }, |
6 | | - { "type": "revert", "section": "Reverts" }, |
7 | | - { "type": "chore", "section": "Miscellaneous Chores" }, |
8 | | - { "type": "docs", "section": "Documentation" }, |
9 | | - { "type": "style", "section": "Styles" }, |
10 | | - { "type": "refactor", "section": "Code Refactoring" }, |
11 | | - { "type": "test", "section": "Tests" }, |
12 | | - { "type": "build", "section": "Build System" }, |
13 | | - { "type": "ci", "section": "Continuous Integration" } |
| 3 | + { "type": "feat", "section": "Features", "hidden": false }, |
| 4 | + { "type": "fix", "section": "Bug Fixes", "hidden": false }, |
| 5 | + { "type": "perf", "section": "Performance Improvements", "hidden": false }, |
| 6 | + { "type": "revert", "section": "Reverts", "hidden": false }, |
| 7 | + { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, |
| 8 | + { "type": "docs", "section": "Documentation", "hidden": false }, |
| 9 | + { "type": "style", "section": "Styles", "hidden": true }, |
| 10 | + { "type": "refactor", "section": "Code Refactoring", "hidden": false }, |
| 11 | + { "type": "test", "section": "Tests", "hidden": true }, |
| 12 | + { "type": "build", "section": "Build System", "hidden": true }, |
| 13 | + { "type": "ci", "section": "Continuous Integration", "hidden": true } |
14 | 14 | ], |
15 | 15 | "packages": { |
16 | 16 | ".": { |
|
0 commit comments