From: Lars Ingebrigtsen Date: Tue, 22 Feb 2011 00:19:47 +0000 (-0800) Subject: Push after final change. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=7e5880b048591481e1c992c5434e7a0a4df1576f Push after final change. --- diff --git a/makepub b/makepub index 0f25629da..15fd9c301 100755 --- a/makepub +++ b/makepub @@ -39,8 +39,7 @@ tversion=`echo $next_version | sed 's/[.]/-/g'` git tag -a "$initial$tversion" -m "$name v$next_version is released" -git push -git push tag "$initial$tversion" +git push && git push tag "$initial$tversion" # Increase the number, yet again, to start the next development cycle. @@ -59,3 +58,4 @@ sed "s/defconst gnus-version-number \"$version\"/defconst gnus-version-number \" mv g.el.tmp lisp/gnus.el git commit -a -m "$name v$next_version is begun" +git push