diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-11 12:55:17 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-11 12:55:17 -0400 |
commit | 7a249d0c1b2b2fa46e4dd7ff633699fe0f19fb5a (patch) | |
tree | 89ca643a388b9f935a8ed7bc41cb66aa81a134cc | |
parent | 3448456bb20384987a5a6335518072f7c35ba32b (diff) |
build-sys: sign releases
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |