X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=makepub;h=58c51cba801bbf4f4c148ec6331948bebef952e7;hp=0f25629daf1b41cc86300842d4005dcacf3536c9;hb=d84b26f66f1975b52a15ca2caf5f10da5103e42e;hpb=3919cdd54846dd534dec869cb6c97362b1982652 diff --git a/makepub b/makepub index 0f25629da..58c51cba8 100755 --- a/makepub +++ b/makepub @@ -1,5 +1,5 @@ #!/bin/bash -name="No Gnus" +name="Ma Gnus" if [ `whoami` != "larsi" ]; then echo "This script is for larsi only" @@ -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 origin 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