We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f34a9c commit 875fcc4Copy full SHA for 875fcc4
1 file changed
.releaserc.json
@@ -7,12 +7,12 @@
7
"preset": "angular",
8
"releaseRules": [
9
{"breaking": true, "release": "minor"},
10
- {"tag": "Breaking", "release": "minor"},
11
- {"type": "*", "release": "patch"}
+ {"tag": "Breaking", "release": "minor"}
12
]
13
}
14
],
15
"@semantic-release/release-notes-generator",
+ "@semantic-release/changelog",
16
"@semantic-release/github"
17
18
0 commit comments