[beast/devel: 22/22] ROOT: mkrelease.sh: show how to push the actual release commit to upstream



commit ed77cd64c79bd5a82d1cce2b291d5b24b6b5cab9
Author: Tim Janik <timj gnu org>
Date:   Sun Jan 20 03:08:17 2013 +0100

    ROOT: mkrelease.sh: show how to push the actual release commit to upstream

 mkrelease.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mkrelease.sh b/mkrelease.sh
index fcf67ec..3f5cf85 100755
--- a/mkrelease.sh
+++ b/mkrelease.sh
@@ -344,7 +344,7 @@ done
   msg2 ">" "$RLS"
   # push notes
   $needs_head_push && \
-    msg2 "Note, push HEAD with:         # git push origin"
+    msg2 "Note, push HEAD with:         # git push origin" `git rev-list -n1 "$VERSION"`":master"
   msg2 "Note, push tag with:          # git push origin '$VERSION'"
   msg2 "Done."
   exit



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]