aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df861ef..fc74d4f 100644
--- a/Makefile
+++ b/Makefile
@@ -70,5 +70,5 @@ tar: dir localcopy
dist: tar
tag:
- git tag '$(VERSION)'
+ git tag -a '$(VERSION)' -m '$(VERSION)'
git push origin $(VERSION)