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 33f3e29 commit aed8c01Copy full SHA for aed8c01
dev/release.sh
@@ -34,6 +34,8 @@ if [[ $ver == $VERSION ]]; then
34
exit 1
35
fi
36
37
+echo "Pulling"
38
git pull --ff-only
39
git tag "$VERSION"
40
+echo "Pushing"
41
git push origin tag "$VERSION"
0 commit comments