From: Lucas De Marchi Date: Tue, 30 Jul 2024 15:47:03 +0000 (-0500) Subject: build: Add s-o-b to release commit X-Git-Tag: v33~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8d3be5e52f380dc36f07a3f72b54976c996e1c1;p=thirdparty%2Fkmod.git 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 --- 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