chore: update the release script to signoff the commit (#307)
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
parent
a5249de487
commit
f3cc2b429b
|
@ -22,6 +22,9 @@
|
|||
"bundles"
|
||||
],
|
||||
"standard-version": {
|
||||
"scripts": {
|
||||
"postcommit": "git commit --amend --signoff --no-edit"
|
||||
},
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
|
|
Loading…
Reference in New Issue