]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
build: Add s-o-b to release commit
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 30 Jul 2024 15:47:03 +0000 (10:47 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 10 Aug 2024 16:09:51 +0000 (11:09 -0500)
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 <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/66
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Makefile.am

index b107b1c6e59fb72191a376fb07c031187da786c8..a0ba36db24268469999551160b2940d2cfd0f735 100644 (file)
@@ -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