From b8d3be5e52f380dc36f07a3f72b54976c996e1c1 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 30 Jul 2024 10:47:03 -0500 Subject: [PATCH] build: Add s-o-b to release commit Once upon a time kmod didn't use s-o-b. Now that it does, better to also add it to the release commit. Reviewed-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/66 Signed-off-by: Lucas De Marchi --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b107b1c6..a0ba36db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -412,7 +412,7 @@ coverity-clean: git-release: head -1 NEWS | grep -q "kmod $(VERSION)" - git commit -a -m "kmod $(VERSION)" + git commit -a -s -m "kmod $(VERSION)" git tag -m "kmod $(VERSION)" -s v$(VERSION) git gc --prune=0 -- 2.47.3