aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-09-11 10:08:41 -0400
committerMike Gilbert <floppym@gentoo.org>2021-09-11 10:08:41 -0400
commitc38b35cb2b5c8b1a60b5cfd61749ec3b7268218b (patch)
tree4f0ae7796936d02d7b179a0c65b8466e981e2950
parentnewmetadata: use https in DOCTYPE URI (diff)
downloadgentoo-syntax-c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b.tar.gz
gentoo-syntax-c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b.tar.bz2
gentoo-syntax-c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b.zip
Use signed tagsgentoo-syntax-20210911
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ffdd86..8e170fd 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ uninstall-file-%: $(subst _,/,$*)
[ ! -f "$(PREFIX)/$(subst _,/,$*)" ] || rm "$(PREFIX)/$(subst _,/,$*)"
tag:
- git tag $(distpkg)
+ git tag -s $(distpkg)
@echo "tag created, remember to push it"
clean: