Skip to content

Commit

Permalink
Ensure commits are signed in scripts/release.sh.
Browse files Browse the repository at this point in the history
Signed-off-by: James Blair <[email protected]>
  • Loading branch information
jmhbnz authored and k8s-infra-cherrypick-robot committed Sep 17, 2024
1 parent 9e0e81e commit b56619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b56619e

Please sign in to comment.