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 cc31ab5 commit d569c36Copy full SHA for d569c36
.releaserc
@@ -2,7 +2,10 @@
2
"branch": "master",
3
"tagFormat": "${version}",
4
"analyzeCommits": {
5
- "preset": "eslint"
+ "preset": "eslint",
6
+ "releaseRules": [
7
+ {"type": "Upgrade", "release": "patch"}
8
+ ]
9
},
10
"verifyConditions": [
11
{
0 commit comments