Skip to content

Commit

Permalink
Merge pull request #122 from muflihun/develop
Browse files Browse the repository at this point in the history
update release
  • Loading branch information
abumq authored Mar 7, 2018
2 parents a8d42fb + 92a2252 commit fe19d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ echo "Releasing $VERSION on $TYPE. Continue (y/n)?"
read confirm
if [ "$confirm" = "y" ]; then
rm -rf *
sh ../tools/package.sh $TYPE $VERSION && sh ../tools/package.sh $TYPE-debug $VERSION ON
sh ../tools/package.sh $TYPE $VERSION OFF ON && sh ../tools/package.sh $TYPE-debug $VERSION ON ON
fi

0 comments on commit fe19d28

Please sign in to comment.