We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2740126 commit 3e40b2bCopy full SHA for 3e40b2b
bin/release
@@ -24,10 +24,10 @@ echo "Running tests"
24
make test
25
26
echo "Tagging and pushing release to upstream"
27
-# git tag $RELEASE -m "Release $RELEASE, please check the changelog for more details"
+git tag $RELEASE -m "Release $RELEASE, please check the changelog for more details"
28
29
VERSION=RELEASE make release
30
echo "Release binaries located in ./dist"
31
32
-# git push origin master --follow-tags
33
-echo "Successfully pushed release $RELEASE to upstream"
+git push origin master --follow-tags
+echo "Successfully pushed release $RELEASE to upstream, you might still need to uplaod the release assets"
0 commit comments