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 b0abdca commit 525a3fdCopy full SHA for 525a3fd
.releaserc
@@ -3,11 +3,11 @@
3
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/github"],
4
"debug": true,
5
"prepare": [
6
+ "@semantic-release/changelog",
7
{
8
"path": "@semantic-release/exec",
9
"cmd": "bumpversion --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
10
},
- "@semantic-release/changelog",
11
"@semantic-release/git"
12
],
13
"publish": [
0 commit comments