|
15 | 15 | { |
16 | 16 | "preset": "conventionalcommits", |
17 | 17 | "releaseRules": [ |
18 | | - {"breaking": true, "release": "minor"}, |
19 | | - {"type": "feat", "release": "patch"}, |
20 | | - {"type": "docs", "scope": "README", "release": "patch"}, |
21 | | - {"type": "refactor", "release": "patch"}, |
22 | | - {"type": "style", "release": "patch"}, |
23 | | - {"type": "test", "release": false}, |
24 | | - {"type": "chore", "release": false} |
| 18 | + { "breaking": true, "release": "minor" }, |
| 19 | + { "type": "feat", "release": "patch" }, |
| 20 | + { "type": "docs", "scope": "README", "release": "patch" }, |
| 21 | + { "type": "refactor", "release": "patch" }, |
| 22 | + { "type": "style", "release": "patch" }, |
| 23 | + { "type": "test", "release": false }, |
| 24 | + { "type": "chore", "release": false } |
25 | 25 | ] |
26 | 26 | } |
27 | 27 | ], |
|
31 | 31 | "preset": "conventionalcommits", |
32 | 32 | "presetConfig": { |
33 | 33 | "types": [ |
34 | | - {"type": "feat", "section": "Features"}, |
35 | | - {"type": "fix", "section": "Bug Fixes"}, |
36 | | - {"type": "docs", "section": "Documentation"}, |
37 | | - {"type": "refactor", "section": "Code Refactoring"}, |
38 | | - {"type": "perf", "section": "Performance Improvements"} |
| 34 | + { "type": "feat", "section": "Features" }, |
| 35 | + { "type": "fix", "section": "Bug Fixes" }, |
| 36 | + { "type": "docs", "section": "Documentation" }, |
| 37 | + { "type": "refactor", "section": "Code Refactoring" }, |
| 38 | + { "type": "perf", "section": "Performance Improvements" } |
39 | 39 | ] |
40 | 40 | } |
41 | 41 | } |
|
0 commit comments