|
1 | 1 | { |
2 | 2 | "preset": "conventionalcommits", |
3 | 3 | "plugins": [ |
4 | | - ["@semantic-release/commit-analyzer", { |
5 | | - "releaseRules": [ |
6 | | - {"type": "feat", "release": "minor"}, |
7 | | - {"type": "improvement", "release": "minor"}, |
8 | | - |
9 | | - {"type": "fix", "release": "patch"}, |
10 | | - {"type": "docs", "release": "patch"}, |
11 | | - {"type": "style", "release": "patch"}, |
12 | | - {"type": "refactor", "release": "patch"}, |
13 | | - {"type": "perf", "release": "patch"}, |
14 | | - {"type": "test", "release": "patch"}, |
15 | | - {"type": "build", "release": "patch"}, |
16 | | - {"type": "ci", "release": "patch"}, |
17 | | - {"type": "chore", "release": "patch"}, |
18 | | - {"type": "revert", "release": "patch"} |
19 | | - ] |
20 | | - }], |
| 4 | + "@semantic-release/commit-analyzer", |
21 | 5 | "@semantic-release/release-notes-generator", |
22 | 6 | ["@semantic-release/changelog", {"changelogTitle": "# Changelog"}], |
23 | 7 | ["@semantic-release/github", { |
|
0 commit comments