summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2013-05-17 20:38:50 +0200
committerChristian Dywan <christian@twotoasts.de>2013-05-17 20:38:50 +0200
commit19d7d74b26f7a386010479d72647b303d758a8f2 (patch)
treee3024c3bfa3c89bf54f61141635df20e6ef210ad
parentdcbc2302777b0721351502d16835a6bba72d8473 (diff)
downloadmidori-19d7d74b26f7a386010479d72647b303d758a8f2.tar.gz
Prompt for downloading tarball after pushing tagged commit
-rwxr-xr-xtools/release3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/release b/tools/release
index ce10bb78..78ab4f9a 100755
--- a/tools/release
+++ b/tools/release
@@ -27,7 +27,8 @@ elif [ "x$1" = "xafter" ]; then
echo -n ' && ' ;;
esac
echo git tag -a $NEWVER -m "'Bump version to $NEWVER'"
- echo http://git.xfce.org/apps/midori/snapshot/midori-$NEWVER.tar.bz2
+ echo Press RETURN to download tarball now; read yes
+ wget http://git.xfce.org/apps/midori/snapshot/midori-$NEWVER.tar.bz2
echo https://releases.xfce.org/
echo Press RETURN to update Launchpad bugs now; read yes
if [ -n $(which bugreleaser 1>/dev/null) ]; then