tools: I think we're using simple git tags now

This commit is contained in:
Simon Michael 2014-01-08 15:22:43 -08:00
parent 4d8ef7eaa3
commit ff30fc5aa2

View File

@ -818,7 +818,7 @@ DOWNLOAD.md: $(VERSIONFILE)
perl -p -e "s/hledger(|-chart|-web|-vty)-[0-9.]+-/hledger\1-$(VERSION)-/g" -i $@
tagrelease:
git tag -a $(VERSION)
git tag $(VERSION)
hackageupload-dry:
for p in $(PACKAGES); do cabal upload $$p/dist/$$p-$(VERSION).tar.gz -v2 --check; done