tools: fix tagrelease rule

This commit is contained in:
Simon Michael 2013-06-24 08:05:34 -07:00
parent b499e59053
commit f6be82e153

View File

@ -814,7 +814,7 @@ DOWNLOAD.md: $(VERSIONFILE)
perl -p -e "s/hledger(|-chart|-web|-vty)-[0-9.]+-/hledger\1-$(VERSION)-/g" -i $@
tagrelease:
darcs tag $(VERSION)
git tag -a $(VERSION)
# display a hackage upload command reminder
hackageupload: