change release name policy
Arthur Axel 'fREW' Schmidt [Mon, 25 Jul 2011 01:12:21 +0000 (20:12 -0500)]
lib/Distar.pm

index 51fd402..3141c72 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) -m "release $(VERSION)"
+       git tag v$(VERSION) -m "release v$(VERSION)"
        git push --tags
        git push
 distdir: readmefile