build: improved tag script

This commit is contained in:
Kevin Gorham 2018-12-10 21:10:54 -05:00
parent f6e87044f5
commit 08541202ef
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
echo git tag -a \"v$(grep -oE 'versionName.*' zcash-android-wallet-app/app/build.gradle | sed 's/[^0-9]*\([0-9].*\w\).*/\1/')\" -m \""Released on $(date)"\"
echo
read -p "TAG the release as above? Press y to tag ENTER to skip: [N] "
read -p "TAG the release as above? Press y to tag ENTER to skip: [N] " -n 1 -r
if [[ $REPLY =~ ^[Yy]$ ]]
then