|
1 | 1 | { |
2 | | - "branches": ["main"], |
| 2 | + "branches": ["main", { "name": "dev", "prerelease": "beta" }], |
3 | 3 | "plugins": [ |
4 | 4 | "@semantic-release/commit-analyzer", |
5 | 5 | "@semantic-release/release-notes-generator", |
|
9 | 9 | ], |
10 | 10 | "preset": "conventionalcommits", |
11 | 11 | "releaseRules": [ |
12 | | - { "type": "build", "release": "patch" }, |
| 12 | + { "type": "build", "release": false }, |
13 | 13 | { "type": "chore", "release": false }, |
14 | | - { "type": "docs", "release": "patch" }, |
| 14 | + { "type": "docs", "release": false }, |
15 | 15 | { "type": "feat", "release": "minor" }, |
16 | 16 | { "type": "fix", "release": "patch" }, |
17 | | - { "type": "perf", "release": "patch" }, |
18 | | - { "type": "refactor", "release": "patch" }, |
| 17 | + { "type": "perf", "release": false }, |
| 18 | + { "type": "refactor", "release": false }, |
19 | 19 | { "type": "style", "release": false }, |
20 | 20 | { "type": "test", "release": false } |
21 | 21 | ], |
|
0 commit comments