Ensure commits are signed in scripts/release.sh.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2024-09-16 11:31:30 +12:00 committed by k8s-infra-cherrypick-robot
parent 9e0e81ee6d
commit b56619e1df

View File

@ -154,7 +154,7 @@ main() {
# shellcheck disable=SC2038,SC2046,SC2185
run git add $(find -name go.mod ! -path './release/*'| xargs)
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
fi