Update release script.

This commit is contained in:
Marco Vermeulen
2021-04-12 13:50:11 +01:00
parent 5452944ba9
commit b2fb3d76e1

View File

@@ -21,7 +21,7 @@ git commit -m "Update version of $BRANCH to $VERSION"
# push tag
git tag "$VERSION"
git push origin "$VERSION"
git push upstream "$VERSION"
# back to master branch
git checkout master