X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=up-version.sh;h=7637355e9d8a675c279272f2618a07d7514d8640;hb=47a220e29bea530ffab9ca8d9efcc13a7e0610f3;hp=ed84b4d69b14bef6ffa68d8ee84207c3e451efe6;hpb=ff64866a2fd9723ab5c726d3e99b69a8f0f1fe43;p=cavedroid.git diff --git a/up-version.sh b/up-version.sh index ed84b4d..7637355 100755 --- a/up-version.sh +++ b/up-version.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash -git stash > /dev/null -stashed=$? - new_version=$1 new_version_string=$(echo $new_version | sed 's/\(alpha\|beta\)\(.*\)/\1 \2/') @@ -16,7 +13,3 @@ git add build.gradle android/build.gradle core/src/ru/deadsoftware/cavedroid/Cav git commit -m "Update version" git tag "$new_version" - -if [ $stashed ]; then - git stash pop -fi