From 47a220e29bea530ffab9ca8d9efcc13a7e0610f3 Mon Sep 17 00:00:00 2001 From: fredboy Date: Wed, 17 Apr 2024 03:32:53 +0700 Subject: [PATCH] Fix script --- up-version.sh | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.29.2