|
2 | 2 | "branches": ["master"], |
3 | 3 | "plugins": |
4 | 4 | [ |
5 | | - "@semantic-release/commit-analyzer", |
6 | 5 | [ |
7 | | - "@semantic-release/release-notes-generator", |
| 6 | + "@semantic-release/commit-analyzer", |
8 | 7 | { |
9 | | - "preset": "conventionalcommits", |
10 | | - "presetConfig": |
11 | | - { |
12 | | - "types": |
13 | | - [ |
14 | | - { type: "feat", section: "Features", hidden: false }, |
15 | | - { type: "sync", section: "Features", hidden: false }, |
16 | | - { type: "fix", section: "Bug Fixes", hidden: false }, |
17 | | - { |
18 | | - type: "perf", |
19 | | - section: "Performance Improvements", |
20 | | - hidden: false, |
21 | | - }, |
22 | | - { type: "revert", section: "Reverts", hidden: false }, |
23 | | - { type: "docs", section: "Other Updates", hidden: false }, |
24 | | - { type: "style", section: "Other Updates", hidden: false }, |
25 | | - { type: "chore", section: "Other Updates", hidden: false }, |
26 | | - { type: "refactor", section: "Other Updates", hidden: false }, |
27 | | - { type: "test", section: "Other Updates", hidden: false }, |
28 | | - { type: "build", section: "Other Updates", hidden: false }, |
29 | | - { type: "ci", section: "Other Updates", hidden: false }, |
30 | | - ], |
31 | | - }, |
| 8 | + "preset": "angular", |
| 9 | + "releaseRules": |
| 10 | + [ |
| 11 | + { "type": "refactor", "release": "patch" }, |
| 12 | + { "type": "sync", "release": "minor" }, |
| 13 | + ], |
| 14 | + "parserOpts": |
| 15 | + { "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] }, |
32 | 16 | }, |
33 | 17 | ], |
| 18 | + "@semantic-release/release-notes-generator", |
34 | 19 | [ |
35 | 20 | "@semantic-release/git", |
36 | 21 | { |
|
0 commit comments