Skip to content

Commit

Permalink
Merge pull request #18599 from k8s-infra-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-18592-to-release-3.5

[3.5] Ensure commits are signed in `scripts/release.sh`
  • Loading branch information
jmhbnz committed Sep 17, 2024
2 parents 9e0e81e + b56619e commit 594427d
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 594427d

Please sign in to comment.