parse-time.el: Use cl-lib as much as possible following the 2014-09-26 change in...
[gnus] / makepub
diff --git a/makepub b/makepub
index a068bfc..58c51cb 100755 (executable)
--- 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