X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=makepub;h=58c51cba801bbf4f4c148ec6331948bebef952e7;hp=d76a4a791fc6684169f938f797b62f9ac1cff18f;hb=c74543a3fef72a6a9cd00e34d981918c54306a18;hpb=8a74d023af00285a984f4ec50e1b9e4fde16475a diff --git a/makepub b/makepub index d76a4a791..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 master tag "$initial$tversion" +git push && git push origin tag "$initial$tversion" # Increase the number, yet again, to start the next development cycle.