|
128 | 128 | "plugins": { |
129 | 129 | "@release-it/conventional-changelog": { |
130 | 130 | "preset": { |
131 | | - "name": "angular" |
| 131 | + "name": "conventionalcommits", |
| 132 | + "types": [ |
| 133 | + { "type": "feat", "section": "Features" }, |
| 134 | + { "type": "feature", "section": "Features" }, |
| 135 | + { "type": "fix", "section": "Bug Fixes" }, |
| 136 | + { "type": "perf", "section": "Performance Improvements" }, |
| 137 | + { "type": "revert", "section": "Reverts" }, |
| 138 | + { "type": "docs", "section": "Documentation", "hidden": false }, |
| 139 | + { "type": "style", "section": "Styles", "hidden": false }, |
| 140 | + { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, |
| 141 | + { "type": "refactor", "section": "Code Refactoring", "hidden": false }, |
| 142 | + { "type": "test", "section": "Tests", "hidden": false }, |
| 143 | + { "type": "build", "section": "Build System", "hidden": false }, |
| 144 | + { "type": "ci", "section": "Continuous Integration", "hidden": false } |
| 145 | + ] |
132 | 146 | }, |
133 | 147 | "gitRawCommitsOpts": { |
134 | 148 | "merges": null |
|
0 commit comments