From 7bfedacc6e1bddd5449fc864909c95ac495b3b02 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 28 Jun 2010 07:06:31 +0200 Subject: [PATCH] [scripts] append end of tagging message to tag-version.sh --- scripts/tag-version.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/tag-version.sh b/scripts/tag-version.sh index a864838..a3405f4 100755 --- a/scripts/tag-version.sh +++ b/scripts/tag-version.sh @@ -28,3 +28,5 @@ git tag $new_tag HEAD # Push changes upstream git push git push --tags + +echo "Now run /home/bin/tarball-new-molecule on sabayon.org"