fix: stage conformance/go.sum in release helper#2806
fix: stage conformance/go.sum in release helper#2806k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danehans The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes kubernetes-sigs#2803 Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
821e59a to
949af22
Compare
|
Keywords which can automatically close issues and hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This updates the release helper to stage
conformance/go.sumalongsideconformance/go.modafter the conformance module dependency is updated duringmake release.Without this, the release workflow can leave checksum changes unstaged and produce an incomplete release commit.
Which issue(s) this PR fixes:
Fixes #2803
Does this PR introduce a user-facing change?: