Skip to content

Commit

Permalink
release script fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed May 6, 2019
1 parent c26ec2a commit 4e8d195
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

VERSION="0.x.0"

if [ -z "$1" ]
then
if [ -z "$1" ]; then
echo "Need arg: what version to release?"
exit 1
fi

VERSION=$1
Expand Down Expand Up @@ -37,4 +37,3 @@ fi
cp scripts/check-and-install.sh scripts/$VERSION/0/index.html
cp scripts/install-with-licenses.sh scripts/$VERSION/get/index.html
comby '"0.x.0"' "$VERSION" * -i .html -d scripts/$VERSION
echo "Remember to binaries for linux."

0 comments on commit 4e8d195

Please sign in to comment.