Fix tag pushing.
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Feb 2011 00:27:56 +0000 (16:27 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Feb 2011 00:27:56 +0000 (16:27 -0800)
makepub

diff --git a/makepub b/makepub
index 15fd9c3..d76a4a7 100755 (executable)
--- 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.