Skip to content

Commit

Permalink
Include tags in git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Garfield committed Feb 25, 2022
1 parent 316a320 commit 0b225ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ git checkout -b release/${new_version}
git add .
git commit -m "Bump to $new_version"
git tag "v$new_version"
git push --set-upstream origin release/${new_version}
git push --set-upstream origin release/${new_version} --tags

exit

0 comments on commit 0b225ce

Please sign in to comment.