1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 15:30:34 +03:00

Improve release script

This commit is contained in:
Johan Walles 2019-08-04 19:44:00 +02:00
parent 5031d4aa65
commit 9bd1693037

View File

@ -38,10 +38,8 @@ GOOS=darwin GOARCH=amd64 ./build.sh
# Push the newly built release tag
git push --tags
# FIXME: Put the actual URL here, don't just refer to Github
#
# FIXME: Instead of asking the user to upload the binaries,
# upload them for the user.
echo
echo "Please upload the following binaries to the new release page on Github:"
echo "Please upload the following binaries to <https://github.com/walles/moar/releases/tag/$VERSION>:"
find . -maxdepth 1 -name 'moar-*-*-*' -print0 | xargs -0 -n1 basename