Ensure commits are signed in scripts/release.sh.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
6c1fe4a92a
commit
7e8e0bf1f9
@ -154,7 +154,7 @@ main() {
|
|||||||
# shellcheck disable=SC2038,SC2046
|
# shellcheck disable=SC2038,SC2046
|
||||||
run git add $(find . -name go.mod ! -path './release/*'| xargs)
|
run git add $(find . -name go.mod ! -path './release/*'| xargs)
|
||||||
run git diff --staged | cat
|
run git diff --staged | cat
|
||||||
run git commit -m "version: bump up to ${VERSION}"
|
run git commit --signoff --message "version: bump up to ${VERSION}"
|
||||||
run git diff --staged | cat
|
run git diff --staged | cat
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user