aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-04-29 01:51:02 +0200
committerTeddy Wing2023-04-29 01:51:02 +0200
commit3cb7ed33ef37e745b91a7dfc73143f6092d8bcf6 (patch)
tree0eb867bf8766ccdc0f931d669228b97a95874f01
parent10f77f15b4b1ef462f726cf7b5e79a94f3366997 (diff)
downloadpdf-form-replace-font2-3cb7ed33ef37e745b91a7dfc73143f6092d8bcf6.tar.bz2
Makefile: Edit Git tag made by `mvn release:prepare`
Make it so that we can actually add a proper message to the tag generated by Maven.
-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