We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddd317 commit e9dca20Copy full SHA for e9dca20
DEVELOPING.md
@@ -53,7 +53,7 @@ The fix being included is commit `deadbeef`.
53
1. `git push upstream release/0.37`
54
1. `git cherry-pick deadbeef`
55
1. Fix merge conflicts, if any. If `MODULE.bazel.lock` conflicts occur, then
56
- run `tools/private/update_bzlmod_lockfiles.sh`
+ run `pre-commit run update-bzlmod-lockfiles -a`
57
1. `git cherry-pick --continue` (if applicable)
58
1. `git push upstream`
59
0 commit comments