angular / components Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: update the comment of workspace for bazel version #22712
Conversation
The minimum bazel version to use with this repo is v4.0.0.
WORKSPACE
Outdated
@@ -42,7 +42,7 @@ bazel_skylib_workspace() | |||
|
|||
load("@build_bazel_rules_nodejs//:index.bzl", "check_bazel_version", "node_repositories", "yarn_install") | |||
|
|||
# The minimum bazel version to use with this repo is v3.1.0. | |||
# The minimum bazel version to use with this repo is v4.0.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO we can just remove this comment, the code is pretty self-explanatory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea
…is repo is v3.1.0.` remove the `# The minimum bazel version to use with this repo is v3.1.0.`, the code is pretty self-explanatory related angular#21722
@crisbeto please review |
* build: update the comment of workspace for bazel version The minimum bazel version to use with this repo is v4.0.0. * build: remove the comment `# The minimum bazel version to use with this repo is v3.1.0.` remove the `# The minimum bazel version to use with this repo is v3.1.0.`, the code is pretty self-explanatory related #21722 (cherry picked from commit ddabd17)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The minimum bazel version to use with this repo is v4.0.0.