X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=makepub;h=58c51cba801bbf4f4c148ec6331948bebef952e7;hp=a068bfc7e35f4b383fb2e91d09adff3f8117744d;hb=37b1b9ea0c7f7482525330d35a752bdd3ba43d68;hpb=00cc8dae5781e00054be60c930437634fc880667 diff --git a/makepub b/makepub index a068bfc7e..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 --tags +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