diff options
| author | Albin <albin@mullvad.net> | 2025-03-06 15:07:35 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-03-06 15:07:35 +0100 |
| commit | 3451caf4a316df194bd39760a1fa02667fc34f44 (patch) | |
| tree | 60fddba5442dda30030bb457f08ab108d7cc6877 /android/scripts | |
| parent | cf6dc32523e59c5bac6cfaeda4c20abfac179fd9 (diff) | |
| download | mullvadvpn-3451caf4a316df194bd39760a1fa02667fc34f44.tar.xz mullvadvpn-3451caf4a316df194bd39760a1fa02667fc34f44.zip | |
Fix android prepare script push suggestion
Diffstat (limited to 'android/scripts')
| -rwxr-xr-x | android/scripts/prepare-release.sh | 12 |
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 "====================================================" |
