diff options
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 "====================================================" |
