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
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