We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01b2e9 commit 177b786Copy full SHA for 177b786
.releaserc
@@ -8,7 +8,7 @@
8
[
9
"@semantic-release/exec",
10
{
11
- "prepareCmd": "bump-my-version bump --allow-dirty --verbose --current-version ${lastRelease.version} --new-version ${nextRelease.version}"
+ "prepareCmd": "bump-my-version bump --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version}"
12
}
13
],
14
0 commit comments