From 7a249d0c1b2b2fa46e4dd7ff633699fe0f19fb5a Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 11 Mar 2014 12:55:17 -0400 Subject: build-sys: sign releases --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d6bc5a4fae..936a78ec82 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 -- cgit v1.2.3-54-g00ecf