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 fffaf19 commit 55bfabbCopy full SHA for 55bfabb
.releaserc.json
@@ -7,7 +7,20 @@
7
}
8
],
9
"plugins": [
10
- "@semantic-release/commit-analyzer",
+ [
11
+ "@semantic-release/commit-analyzer",
12
+ {
13
+ "preset": "angular",
14
+ "releaseRules": [
15
+ {"type": "fix", "release": "patch"},
16
+ {"type": "style", "release": "patch"},
17
+ {"type": "refactor", "release": "patch"},
18
+ {"type": "perf", "release": "patch"},
19
+ {"type": "test", "release": "patch"},
20
+ {"type": "chore", "release": "patch"}
21
+ ]
22
+ }
23
+ ],
24
"@semantic-release/release-notes-generator",
25
"@semantic-release/changelog",
26
[
0 commit comments