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.
2 parents 368e471 + 8004b9e commit 0bf1a1fCopy full SHA for 0bf1a1f
.releaserc
@@ -4,6 +4,11 @@
4
["@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" }],
5
["@semantic-release/commit-analyzer", {
6
"preset": "angular",
7
+ "releaseRules": [
8
+ {"type": "docs", "scope":"README", "release": "patch"},
9
+ {"type": "refactor", "release": "patch"},
10
+ {"type": "style", "release": "patch"}
11
+ ],
12
"parserOpts": {
13
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
14
}
0 commit comments