[scripts] fix tag-version.sh script

This commit is contained in:
Fabio Erculiani
2010-01-01 01:01:35 +01:00
parent d53b99c980
commit b4b9bd36e2

View File

@@ -23,4 +23,5 @@ echo "Tagging version: $new_tag"
git tag $new_tag HEAD
# Push changes upstream
git push && git push --tags
git push
git push --tags