We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9942a49 commit ad8a705Copy full SHA for ad8a705
.releaserc
@@ -1,12 +1,6 @@
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",
@@ -33,11 +27,9 @@
33
27
"publish": ["@semantic-release/github", "@semantic-release/npm"],
34
28
"plugins": [
35
29
["@semantic-release/commit-analyzer", {
36
- "preset": "angular",
30
+ "preset": "eslint",
37
31
"releaseRules": [
38
- {"type": "docs", "scope":"README", "release": "patch"},
39
- {"type": "refactor", "release": "patch"},
40
- {"type": "style", "release": "patch"}
32
+ {"type": "Upgrade", "release": "patch"}
41
],
42
}],
43
]
0 commit comments