Skip to content

Commit 3451caf

Browse files
committed
Fix android prepare script push suggestion
1 parent cf6dc32 commit 3451caf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

android/scripts/prepare-release.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ git commit -S -m "Update android app version to $PRODUCT_VERSION" \
5757
echo "Tagging current git commit with release tag android/$PRODUCT_VERSION..."
5858
git tag -s "android/$PRODUCT_VERSION" -m "android/$PRODUCT_VERSION"
5959

60-
echo "================================================="
61-
echo "| DONE preparing for a release! |"
62-
echo "| Now push the tag created by this script |"
63-
echo "| after you have verified it is correct: |"
64-
echo "| $ git push origin $PRODUCT_VERSION"
65-
echo "================================================="
60+
echo "===================================================="
61+
echo "| DONE preparing for a release! |"
62+
echo "| Now push the tag created by this script |"
63+
echo "| after you have verified it is correct: |"
64+
echo "| $ git push origin android/$PRODUCT_VERSION "
65+
echo "===================================================="

0 commit comments

Comments
 (0)