From: Arthur Axel 'fREW' Schmidt Date: Mon, 25 Jul 2011 00:50:43 +0000 (-0500) Subject: Use real tags instead of lightweight tags X-Git-Tag: v0.001000~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ddb704fc488bb776433abd55b6eb0876aba13e8;p=p5sagit%2FDistar.git Use real tags instead of lightweight tags The reason for this is that then we have a tag date as well as a tagger, which may be different than the commit date and the commiter --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 3c465a9..8b8c4db 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) + git tag release_$(VERSION) -m "release $(VERSION)" git push git push --tags distdir: readmefile