We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aba299 commit 3fd246cCopy full SHA for 3fd246c
make_tag.sh
@@ -18,3 +18,4 @@ read -p "Please generate CHANGELOG and commit it BEFORE you tag. Press a key whe
18
read -p "Press any key to create the tag or Ctrl-C to break..." -n1
19
git tag -fa v$VER -m"v$VER"
20
git push -f --tags
21
+git push upstream -f --tags
0 commit comments