Skip to content

Commit a89411d

Browse files
Bump upstream from e0c1659 to 8866576 (#102)
* Bump upstream from `e0c1659` to `8866576` Bumps [upstream](https://github.com/bazelbuild/bazel) from `e0c1659` to `8866576`. - [Release notes](https://github.com/bazelbuild/bazel/releases) - [Commits](bazelbuild/bazel@e0c1659...8866576) --- updated-dependencies: - dependency-name: upstream dependency-version: 8866576070807b831abfe67e7c284a83a917de71 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update documentation from upstream Bazel repo Generated by GitHub Actions workflow from upstream Bazel repository. This commit includes transformed documentation files ready for Mintlify deployment. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4bc197 commit a89411d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

release/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ information about Bazel's release model.
1616
| ----------- | ------------- | -------------- | -------------- |
1717
| Bazel 9 | Rolling| [Check rolling release page](/release/rolling) | N/A |
1818
| Bazel 8 | Active| [8.4.2](https://github.com/bazelbuild/bazel/releases/tag/8.4.2) | December 2027 |
19-
| Bazel 7 | Maintenance| [7.6.2](https://github.com/bazelbuild/bazel/releases/tag/7.6.2) | Dec 2026 |
19+
| Bazel 7 | Maintenance| [7.7.0](https://github.com/bazelbuild/bazel/releases/tag/7.7.0) | Dec 2026 |
2020
| Bazel 6 | Maintenance | [6.5.0](https://github.com/bazelbuild/bazel/releases/tag/6.5.0) | Dec 2025 |
2121
| Bazel 5 | Deprecated | [5.4.1](https://github.com/bazelbuild/bazel/releases/tag/5.4.1) | Jan 2025 |
2222
| Bazel 4 | Deprecated | [4.2.4](https://github.com/bazelbuild/bazel/releases/tag/4.2.4) | Jan 2024 |

rules/bzl-style.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ not instantiated by that macro), follow these best practices:
143143
* A macro should take a `name` argument and define a target with that name.
144144
That target becomes that macro's *main target*.
145145
* Generated targets, that is all other targets defined by a macro, should:
146-
* Have their names prefixed by `<name>` or `_<name>`. For example, using
146+
* Have their names prefixed by `<name>`. For example, using
147147
`name = '%s_bar' % (name)`.
148148
* Have restricted visibility (`//visibility:private`), and
149149
* Have a `manual` tag to avoid expansion in wildcard targets (`:all`,

upstream

Submodule upstream updated 5712 files

0 commit comments

Comments
 (0)