change release name policy
[p5sagit/Distar.git] / lib / Distar.pm
index 8b8c4db..3141c72 100644 (file)
@@ -80,9 +80,9 @@ 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 push
+       git tag v$(VERSION) -m "release v$(VERSION)"
        git push --tags
+       git push
 distdir: readmefile
 readmefile: create_distdir
        pod2text $(VERSION_FROM) >$(DISTVNAME)/README