We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4400e5c commit 42a807cCopy full SHA for 42a807c
1 file changed
.releaserc
@@ -2,6 +2,7 @@
2
"branch": "master",
3
"verifyConditions": [],
4
"prepare": [
5
+ "@semantic-release/git",
6
{
7
"path": "@semantic-release/exec",
8
"cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --allow-dirty --verbose patch"
0 commit comments