From: Eric S. Raymond Date: Tue, 9 Oct 2012 11:33:30 +0000 (-0400) Subject: Make sure in the release proces that git push is done before git push --tags. X-Git-Tag: 1.11~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=885df9245dc70563e821c737cca0cacd17e7250b;p=irker.git Make sure in the release proces that git push is done before git push --tags. --- diff --git a/Makefile b/Makefile index 0ebca2b..da28471 100644 --- a/Makefile +++ b/Makefile @@ -70,4 +70,4 @@ dist: irker-$(VERS).tar.gz release: irker-$(VERS).tar.gz irkerd.html irkerhook.html install.html security.html hacking.html shipper -u -m -t; make clean - git push --tags + git push && git push --tags