commit:     c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 11 14:08:41 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 14:08:41 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=c38b35cb

Use signed tags

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:

Reply via email to