From: Graham Knop Date: Tue, 16 Jul 2013 20:15:13 +0000 (-0400) Subject: only push the tag we created X-Git-Tag: v0.001000~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c636792f967850ac4bdce3498d0511b1a49dcc5;p=p5sagit%2FDistar.git only push the tag we created --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 1083d40..f509188 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -97,7 +97,7 @@ release: preflight git commit -a -m "Release commit for $(VERSION)" git tag v$(VERSION) -m "release v$(VERSION)" cpan-upload $(DISTVNAME).tar$(SUFFIX) - git push origin --tags HEAD + git push origin v$(VERSION) HEAD distdir: readmefile readmefile: create_distdir pod2text $(VERSION_FROM) >$(DISTVNAME)/README