From: Lars Ingebrigtsen Date: Tue, 22 Feb 2011 00:27:56 +0000 (-0800) Subject: Fix tag pushing. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=8a74d023af00285a984f4ec50e1b9e4fde16475a Fix tag pushing. --- diff --git a/makepub b/makepub index 15fd9c301..d76a4a791 100755 --- a/makepub +++ b/makepub @@ -39,7 +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 master tag "$initial$tversion" # Increase the number, yet again, to start the next development cycle.