X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=makepub;h=58c51cba801bbf4f4c148ec6331948bebef952e7;hb=5107bc68ed62ba8d1ea67cecf6ee3c53f9c09df2;hp=15fd9c3019ba5118a47f8c3fbd6fa21e6f69830c;hpb=7e5880b048591481e1c992c5434e7a0a4df1576f;p=gnus diff --git a/makepub b/makepub index 15fd9c301..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,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.