We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3262e31 commit ed6940aCopy full SHA for ed6940a
.releaserc
@@ -1,6 +1,12 @@
1
{
2
"branch": "master",
3
"tagFormat": "${version}",
4
+ "analyzeCommits": {
5
+ "preset": "eslint",
6
+ "releaseRules": [
7
+ {"type": "Upgrade", "release": "patch"}
8
+ ]
9
+ },
10
"verifyConditions": [
11
12
"path": "@semantic-release/changelog",
@@ -27,9 +33,12 @@
27
33
"publish": ["@semantic-release/github", "@semantic-release/npm"],
28
34
"plugins": [
29
35
["@semantic-release/commit-analyzer", {
30
- "preset": "eslint",
31
- "releaseRules": [
32
- {"type": "Upgrade", "release": "patch"}
- ]
- ],
36
+ "preset": "angular",
37
38
+ {"type": "docs", "scope":"README", "release": "patch"},
39
+ {"type": "refactor", "release": "patch"},
40
+ {"type": "style", "release": "patch"}
41
+ ],
42
+ }],
43
44
}
0 commit comments