Use real tags instead of lightweight tags
Arthur Axel 'fREW' Schmidt [Mon, 25 Jul 2011 00:50:43 +0000 (19:50 -0500)]
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

lib/Distar.pm

index 3c465a9..8b8c4db 100644 (file)
@@ -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