We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0a173 commit d0aebe0Copy full SHA for d0aebe0
.releaserc.json
@@ -21,7 +21,23 @@
21
]
22
}
23
],
24
- "@semantic-release/release-notes-generator",
+ [
25
+ "@semantic-release/release-notes-generator",
26
+ {
27
+ "preset": "angular",
28
+ "presetConfig": {
29
+ "types": [
30
+ {"type": "feat", "section": "Features"},
31
+ {"type": "fix", "section": "Bug Fixes"},
32
+ {"type": "style", "section": "Code Style"},
33
+ {"type": "refactor", "section": "Code Refactoring"},
34
+ {"type": "perf", "section": "Performance Improvements"},
35
+ {"type": "test", "section": "Tests"},
36
+ {"type": "chore", "section": "Maintenance"}
37
+ ]
38
+ }
39
40
+ ],
41
"@semantic-release/changelog",
42
[
43
"@semantic-release/npm",
0 commit comments