Skip to content

Commit

Permalink
Fix bump.sh version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Dec 30, 2024
1 parent e537d1e commit a47b04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ else
echo -e "\nTHIS IS A DRY-RUN\n"
fi

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

0 comments on commit a47b04f

Please sign in to comment.