Separate release.sh and pre-release.sh

This commit is contained in:
Zachary Yedidia
2016-08-29 10:19:24 -04:00
parent bc6c9772cd
commit f6c7c488f5
2 changed files with 118 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ github-release release \
--tag $tag \
--name "$1" \
--description "$2" \
--pre-release
echo "Uploading OSX binary"
github-release upload \
@@ -115,3 +114,4 @@ github-release upload \
--tag $tag \
--name "micro-$1-win32.zip" \
--file binaries/micro-$1-win32.zip