diff options
author | Teddy Wing | 2023-04-29 01:51:02 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-29 01:51:02 +0200 |
commit | 3cb7ed33ef37e745b91a7dfc73143f6092d8bcf6 (patch) | |
tree | 0eb867bf8766ccdc0f931d669228b97a95874f01 | |
parent | 10f77f15b4b1ef462f726cf7b5e79a94f3366997 (diff) | |
download | pdf-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |