mirror of
https://github.com/kmod-project/kmod.git
synced 2026-01-26 15:39:08 +00:00
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:
parent
5535278c8d
commit
b8d3be5e52
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user