1 parent 629b740 commit 58591f3Copy full SHA for 58591f3
1 file changed
.releaserc.json
@@ -1,7 +1,18 @@
1
{
2
"branches": ["master"],
3
"plugins": [
4
- "@semantic-release/commit-analyzer",
+ [
5
+ "@semantic-release/commit-analyzer",
6
+ {
7
+ "releaseRules": [
8
+ { "type": "feat", "release": "minor" },
9
+ { "type": "fix", "release": "patch" },
10
+ { "type": "perf", "release": "patch" },
11
+ { "type": "chore", "release": "patch" },
12
+ { "breaking": true, "release": "major" }
13
+ ]
14
+ }
15
+ ],
16
"@semantic-release/release-notes-generator",
17
[
18
"@semantic-release/changelog",
0 commit comments