Skip to content

Commit

Permalink
Fix bumpversion to bump2version in bump.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jul 23, 2024
1 parent 7534691 commit 35fc584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ fi

$DRY git tag -d v$VERS
$DRY git push origin --delete v$VERS
$DRY bumpversion build --new-version $VERS --commit --tag --verbose
$DRY bump2version build --new-version $VERS --commit --tag --verbose

0 comments on commit 35fc584

Please sign in to comment.