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 <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>
This commit is contained in:
Lucas De Marchi 2024-07-30 10:47:03 -05:00
parent 5535278c8d
commit b8d3be5e52

View 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