Skip to content

Commit 6c94f1c

Browse files
committed
Quick tweak on the release script.
1 parent d0b1a7b commit 6c94f1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/release/releaseScript.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ ${buildToolsPath}/aapt dump badging ${targetPath}/vector-gplay-x86-release-signe
345345
printf "File vector-gplay-x86_64-release-signed.apk:\n"
346346
${buildToolsPath}/aapt dump badging ${targetPath}/vector-gplay-x86_64-release-signed.apk | grep package
347347

348-
read -p "\nDoes it look correct? Press enter when it's done."
348+
printf "\n"
349+
read -p "Does it look correct? Press enter when it's done."
349350

350351
printf "\n================================================================================\n"
351352
read -p "Installing apk on a real device, press enter when a real device is connected. "
@@ -356,7 +357,7 @@ read -p "Please run the APK on your phone to check that the upgrade went well (n
356357
# TODO Get the block to copy from towncrier earlier (be may be edited by the release manager)?
357358
read -p "Create the release on gitHub from the tag https://github.com/vector-im/element-android/tags, copy paste the block from the file CHANGES.md. Press enter when it's done."
358359

359-
read -p "Add the 4 signed APKs to the GitHub release. Press enter when it's done."
360+
read -p "Add the 4 signed APKs to the GitHub release. They are located at ${targetPath}. Press enter when it's done."
360361

361362
printf "\n================================================================================\n"
362363
printf "Message for the Android internal room:\n\n"

0 commit comments

Comments
 (0)