summaryrefslogtreecommitdiffhomepage
path: root/android/scripts
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-03-06 15:44:00 +0100
committerAlbin <albin@mullvad.net>2025-03-06 15:44:00 +0100
commit32fd95f7a81a3ab923838a29489af8336f3b6bf0 (patch)
tree60fddba5442dda30030bb457f08ab108d7cc6877 /android/scripts
parentcf6dc32523e59c5bac6cfaeda4c20abfac179fd9 (diff)
parent3451caf4a316df194bd39760a1fa02667fc34f44 (diff)
downloadmullvadvpn-32fd95f7a81a3ab923838a29489af8336f3b6bf0.tar.xz
mullvadvpn-32fd95f7a81a3ab923838a29489af8336f3b6bf0.zip
Merge branch 'fix-android-prepare-script-push-command'
Diffstat (limited to 'android/scripts')
-rwxr-xr-xandroid/scripts/prepare-release.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/android/scripts/prepare-release.sh b/android/scripts/prepare-release.sh
index 561661072b..455d43c87e 100755
--- a/android/scripts/prepare-release.sh
+++ b/android/scripts/prepare-release.sh
@@ -57,9 +57,9 @@ git commit -S -m "Update android app version to $PRODUCT_VERSION" \
echo "Tagging current git commit with release tag android/$PRODUCT_VERSION..."
git tag -s "android/$PRODUCT_VERSION" -m "android/$PRODUCT_VERSION"
-echo "================================================="
-echo "| DONE preparing for a release! |"
-echo "| Now push the tag created by this script |"
-echo "| after you have verified it is correct: |"
-echo "| $ git push origin $PRODUCT_VERSION"
-echo "================================================="
+echo "===================================================="
+echo "| DONE preparing for a release! |"
+echo "| Now push the tag created by this script |"
+echo "| after you have verified it is correct: |"
+echo "| $ git push origin android/$PRODUCT_VERSION "
+echo "===================================================="