From 7a249d0c1b2b2fa46e4dd7ff633699fe0f19fb5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Mar 2014 12:55:17 -0400 Subject: [PATCH] build-sys: sign releases --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d6bc5a4fa..936a78ec8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4980,7 +4980,7 @@ doc-sync: all destdir-sphinx .PHONY: git-tag git-tag: - git tag "v$(VERSION)" -m "systemd $(VERSION)" + git tag -s "v$(VERSION)" -m "systemd $(VERSION)" .PHONY: install-tree install-tree: all -- 2.30.2