Skip to content

Commit 250b36c

Browse files
committed
build: migrate to bump-my-version
Signed-off-by: Phil Adams <[email protected]>
1 parent 7141979 commit 250b36c

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 16 deletions
This file was deleted.

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[
99
"@semantic-release/exec",
1010
{
11-
"prepareCmd": "bump2version --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
11+
"prepareCmd": "bump-my-version bump --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version}"
1212
}
1313
],
1414
[

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_deploy:
2525
- node --version
2626
- npm --version
2727
- npm install
28-
- pip install bump2version
28+
- pip install bump-my-version
2929

3030
deploy:
3131
- provider: script

0 commit comments

Comments
 (0)