This way we fail if the tag has already been created, thus avoiding
embarassing situations where a release has already been made.
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