summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-02-20 10:24:52 +0100
committerLinus Färnstrand <linus@mullvad.net>2020-02-20 16:29:10 +0100
commit204e86443f04ed68148145cf65e8fbfd7f59e4e2 (patch)
tree393d641aaeb10eea693255962b293d8270540003
parent25c2f02aae29c2219016ca7a66c3c09078148ea5 (diff)
downloadmullvadvpn-204e86443f04ed68148145cf65e8fbfd7f59e4e2.tar.xz
mullvadvpn-204e86443f04ed68148145cf65e8fbfd7f59e4e2.zip
Update the message at the end to reflect what we actually do
-rwxr-xr-xprepare_release.sh18
1 files changed, 6 insertions, 12 deletions
diff --git a/prepare_release.sh b/prepare_release.sh
index fd0ef6ae99..50319be67a 100755
--- a/prepare_release.sh
+++ b/prepare_release.sh
@@ -53,15 +53,9 @@ git tag -s $PRODUCT_VERSION -m $PRODUCT_VERSION
./version_metadata.sh delete-backup
-echo "==================================================="
-echo "DONE preparing for a release! Now do the following:"
-echo " 1. Push the commit and tag created by this script"
-echo " after you have verified they are correct"
-echo " $ git push"
-echo " $ git push origin $PRODUCT_VERSION"
-echo " 2. On each platform where you want to create a"
-echo " release artifact, check out the tag and build:"
-echo " $ git fetch"
-echo " $ git checkout $PRODUCT_VERSION"
-echo " $ ./build.sh"
-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 $PRODUCT_VERSION |"
+echo "================================================="