Skip to content

Commit

Permalink
Update bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Garfield committed May 24, 2022
1 parent 2bfc076 commit 6569228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ echo "$(git diff --stat | tail -n1)"
git add .
git commit -m "Bump from $current_version to $new_version"
git tag "v$new_version"
git push --set-upstream origin release/${new_version} --tags
git push --tags

0 comments on commit 6569228

Please sign in to comment.