From 0a6840273a3db0807c9d581bebbef5188d4c55f8 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 20 Jan 2022 19:23:24 +0100 Subject: [PATCH] build: add tag-release Make target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index da76d6b..e54d90e 100644 --- a/Makefile +++ b/Makefile @@ -173,6 +173,10 @@ check-git-clean: fi; \ fi; +tag-release: + test -n "$(ZREPL_TAG_VERSION)" || exit 1 + git tag -u E27CA5FC -m "$(ZREPL_TAG_VERSION)" "$(ZREPL_TAG_VERSION)" + sign: gpg -u "89BC 5D89 C845 568B F578 B306 CDBD 8EC8 E27C A5FC" \ --armor \