|
14 | 14 | "releaseRules": [
|
15 | 15 | {"type": "feat", "release": "minor"},
|
16 | 16 | {"type": "fix", "release": "patch"},
|
17 |
| - {"type": "style", "release": "patch"}, |
18 | 17 | {"type": "refactor", "release": "patch"},
|
19 | 18 | {"type": "perf", "release": "patch"},
|
20 | 19 | {"type": "test", "release": "patch"},
|
|
30 | 29 | "types": [
|
31 | 30 | {"type": "feat","hidden": false, "section": "Features"},
|
32 | 31 | {"type": "fix","hidden": false, "section": "Bug Fixes"},
|
33 |
| - {"type": "style","hidden": false, "section": "Miscellaneous"}, |
34 |
| - {"type": "refactor","hidden": false, "section": "Miscellaneous"}, |
| 32 | + {"type": "refactor","hidden": false, "section": "Code Refactoring"}, |
35 | 33 | {"type": "perf","hidden": false, "section": "Performance Improvements"},
|
36 |
| - {"type": "test","hidden": false, "section": "Miscellaneous"}, |
37 |
| - {"type": "chore","hidden": false, "section": "Miscellaneous"} |
| 34 | + {"type": "test","hidden": false, "section": "Tests"}, |
| 35 | + {"type": "chore","hidden": false, "section": "Maintenance"} |
38 | 36 | ]
|
39 | 37 | }
|
40 | 38 | }
|
|
0 commit comments