Skip to content

Commit 3e40b2b

Browse files
committed
Update release script
1 parent 2740126 commit 3e40b2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/release

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ echo "Running tests"
2424
make test
2525

2626
echo "Tagging and pushing release to upstream"
27-
# git tag $RELEASE -m "Release $RELEASE, please check the changelog for more details"
27+
git tag $RELEASE -m "Release $RELEASE, please check the changelog for more details"
2828

2929
VERSION=RELEASE make release
3030
echo "Release binaries located in ./dist"
3131

32-
# git push origin master --follow-tags
33-
echo "Successfully pushed release $RELEASE to upstream"
32+
git push origin master --follow-tags
33+
echo "Successfully pushed release $RELEASE to upstream, you might still need to uplaod the release assets"

0 commit comments

Comments
 (0)