diff --git a/script/lib/bump-version.sh b/script/lib/bump-version.sh index 0e1dfa5131..8be7e0b6c8 100755 --- a/script/lib/bump-version.sh +++ b/script/lib/bump-version.sh @@ -30,7 +30,7 @@ Locally committed and tagged ${package} version ${new_version} To push this: - git push origin ${tag_name} ${branch_name} + git push origin ${branch_name} ${tag_name} To undo this: