|
10 | 10 | [
|
11 | 11 | "@semantic-release/commit-analyzer",
|
12 | 12 | {
|
13 |
| - "preset": "angular", |
| 13 | + "preset": "conventionalcommits", |
14 | 14 | "releaseRules": [
|
| 15 | + {"type": "feat", "release": "minor"}, |
15 | 16 | {"type": "fix", "release": "patch"},
|
16 | 17 | {"type": "style", "release": "patch"},
|
17 | 18 | {"type": "refactor", "release": "patch"},
|
|
24 | 25 | [
|
25 | 26 | "@semantic-release/release-notes-generator",
|
26 | 27 | {
|
27 |
| - "preset": "angular", |
| 28 | + "preset": "conventionalcommits", |
28 | 29 | "presetConfig": {
|
29 | 30 | "types": [
|
30 | 31 | {"type": "feat","hidden": false, "section": "Features"},
|
31 | 32 | {"type": "fix","hidden": false, "section": "Bug Fixes"},
|
32 |
| - {"type": "style","hidden": false, "section": "Code Style"}, |
33 |
| - {"type": "refactor","hidden": false, "section": "Code Refactoring"}, |
| 33 | + {"type": "style","hidden": false, "section": "Miscellaneous"}, |
| 34 | + {"type": "refactor","hidden": false, "section": "Miscellaneous"}, |
34 | 35 | {"type": "perf","hidden": false, "section": "Performance Improvements"},
|
35 |
| - {"type": "test","hidden": false, "section": "Tests"}, |
36 |
| - {"type": "chore","hidden": false, "section": "Maintenance"} |
| 36 | + {"type": "test","hidden": false, "section": "Miscellaneous"}, |
| 37 | + {"type": "chore","hidden": false, "section": "Miscellaneous"} |
37 | 38 | ]
|
38 | 39 | }
|
39 | 40 | }
|
|
0 commit comments