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 7141979 commit 250b36cCopy full SHA for 250b36c
.bumpversion.cfg
.releaserc
@@ -8,7 +8,7 @@
8
[
9
"@semantic-release/exec",
10
{
11
- "prepareCmd": "bump2version --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
+ "prepareCmd": "bump-my-version bump --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version}"
12
}
13
],
14
.travis.yml
@@ -25,7 +25,7 @@ before_deploy:
25
- node --version
26
- npm --version
27
- npm install
28
-- pip install bump2version
+- pip install bump-my-version
29
30
deploy:
31
- provider: script
0 commit comments