X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=makepub;h=4159d0f187e565499f0def07a561d58c7a1bf8f8;hp=15fd9c3019ba5118a47f8c3fbd6fa21e6f69830c;hb=f9ef018e3c287069cd0bf7f0c6af7f1cc3cb356c;hpb=7e5880b048591481e1c992c5434e7a0a4df1576f diff --git a/makepub b/makepub index 15fd9c301..4159d0f18 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 origin tag "$initial$tversion" # Increase the number, yet again, to start the next development cycle.