From ff30fc5aa2984d55e8302c63adee521b0913a0f9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 8 Jan 2014 15:22:43 -0800 Subject: [PATCH] tools: I think we're using simple git tags now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3655788dc..3331c14ad 100644 --- a/Makefile +++ b/Makefile @@ -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