aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c48fe70..7256fba 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ pdf-form-replace-font2: pdf-form-replace-font2.in
.PHONY: release
release:
mvn release:prepare $(MVNFLAGS)
+ git tag --annotate v$(VERSION) --force "$$(git rev-parse v$(VERSION)^{})"
.PHONY: install