We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 07408bd commit f6885dfCopy full SHA for f6885df
.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",
@@ -30,5 +24,12 @@
30
24
"commitsSort": ["subject", "scope"],
31
25
}
32
26
},
33
- "publish": ["@semantic-release/github", "@semantic-release/npm"]
27
+ "publish": ["@semantic-release/github", "@semantic-release/npm"],
28
+ "plugins": [
29
+ ["@semantic-release/commit-analyzer", {
+ "preset": "eslint",
+ "releaseRules": [
+ {"type": "Upgrade", "release": "patch"}
+ ]
34
35
0 commit comments