Push branch before tag

Conrad Irwin created

Change summary

script/lib/bump-version.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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: