|
6 | 6 | {"type": "chore", "release": "patch"}
|
7 | 7 | ]
|
8 | 8 | }],
|
9 |
| - "@semantic-release/release-notes-generator", |
| 9 | + ["@semantic-release/release-notes-generator", { |
| 10 | + "preset": "conventionalcommits", |
| 11 | + "presetConfig": { |
| 12 | + "types": [ |
| 13 | + {"type": "feat", "section": "Features"}, |
| 14 | + {"type": "fix", "section": "Bug Fixes"}, |
| 15 | + {"type": "perf", "section": "Performance Improvements"}, |
| 16 | + {"type": "revert", "section": "Reverts"}, |
| 17 | + {"type": "chore", "section": "Miscellaneous Chores"}, |
| 18 | + {"type": "refactor", "section": "Code Refactoring"}, |
| 19 | + {"type": "docs", "section": "Documentation", "hidden": true}, |
| 20 | + {"type": "style", "section": "Styles", "hidden": true}, |
| 21 | + {"type": "test", "section": "Tests", "hidden": true}, |
| 22 | + {"type": "build", "section": "Build System", "hidden": true}, |
| 23 | + {"type": "ci", "section": "Continuous Integration", "hidden": true} |
| 24 | + ] |
| 25 | + } |
| 26 | + }], |
10 | 27 | ["@semantic-release/changelog", {
|
11 | 28 | "changelogFile": "CHANGELOG.md"
|
12 | 29 | }],
|
|
18 | 35 | "@semantic-release/github"
|
19 | 36 | ]
|
20 | 37 | }
|
21 |
| - |
|
0 commit comments