From: Arthur Axel 'fREW' Schmidt Date: Mon, 25 Jul 2011 01:12:21 +0000 (-0500) Subject: change release name policy X-Git-Tag: v0.001000~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=401ece0b7e593318bf388f91be6ccec4ae07ea8c;p=p5sagit%2FDistar.git change release name policy --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 51fd402..3141c72 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -80,7 +80,7 @@ upload: preflight $(DISTVNAME).tar$(SUFFIX) cpan-upload $(DISTVNAME).tar$(SUFFIX) release: upload git commit -a -m "Release commit for $(VERSION)" - git tag release_$(VERSION) -m "release $(VERSION)" + git tag v$(VERSION) -m "release v$(VERSION)" git push --tags git push distdir: readmefile