push tags before branches
Arthur Axel 'fREW' Schmidt [Mon, 25 Jul 2011 00:51:56 +0000 (19:51 -0500)]
This way we fail if the tag has already been created, thus avoiding
embarassing situations where a release has already been made.

lib/Distar.pm

index 8b8c4db..51fd402 100644 (file)
@@ -81,8 +81,8 @@ upload: preflight $(DISTVNAME).tar$(SUFFIX)
 release: upload
        git commit -a -m "Release commit for $(VERSION)"
        git tag release_$(VERSION) -m "release $(VERSION)"
-       git push
        git push --tags
+       git push
 distdir: readmefile
 readmefile: create_distdir
        pod2text $(VERSION_FROM) >$(DISTVNAME)/README