Bump MODULE.bazel version to 7.1.6#1800
Merged
WojciechMazur merged 1 commit intobazel-contrib:masterfrom Jan 1, 2026
Merged
Conversation
Also updates `usagesDigest` in a couple of test repo `MODULE.bazel.lock` files. --- This is minor housekeeping before publishing the v7.1.6 release. We may consider whether it's worth continuing to update the version number like this or using a different schema. The Bazel Central Registry will always update the published `MODULE.bazel` file to contain the correct version number. See: - https://github.com/bazel-contrib/publish-to-bcr/blob/v1.0.0/src/domain/create-entry.ts#L176-L216
WojciechMazur
approved these changes
Jan 1, 2026
Collaborator
Author
|
BTW, I just noticed now in the Bazel docs that module repositories should not set 'version' in the 'module' directive (especially since we already use the bazel-contrib/publish-to-bcr GitHub action, which patches MODULE.bazel to set the released version). I've also posted about this in the #bzlmod channel in the Bazel Slack workspace. I'll include a change to remove the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Also updates
usagesDigestin a couple of test repoMODULE.bazel.lockfiles.Motivation
This is minor housekeeping before publishing the v7.1.6 release.
We may consider whether it's worth continuing to update the version number like this or using a different schema. The Bazel Central Registry will always update the published
MODULE.bazelfile to contain the correct version number. See: