Skip to content
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

last_rc was returning a 6.3.2 release candidate even though 6.3.2 was released #499

Open
brentleyjones opened this issue Sep 20, 2023 · 2 comments
Labels
help wanted Needs help from external contributors P2 We'll consider working on this in future. (Assignee optional) type:bug Something isn't working

Comments

@brentleyjones
Copy link

last_rc points to the most recent release candidate. If there is no active release candidate, Bazelisk uses the latest Bazel release instead.

That statement no longer holds, which seems like a bug to me. Hard to test right now, because the 6.4.0 release candidate was just pushed out, but if the bug exists as I understand it, once 6.4.0 proper is released, last_rc won't download it.

@peakschris
Copy link

We have the same issue with Bazel 7:

D:\adir>cat .bazelversion
last_rc

D:\adir>bazel --version
bazel 7.0.0rc7

D:\adir>rm .bazelversion

D:\adir>bazel --version
bazel 7.0.0

@fmeum
Copy link
Contributor

fmeum commented Dec 22, 2023

CC @meteorcloudy @fweikert

@meteorcloudy meteorcloudy added type:bug Something isn't working help wanted Needs help from external contributors labels Jan 2, 2024
@fweikert fweikert added the P2 We'll consider working on this in future. (Assignee optional) label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Needs help from external contributors P2 We'll consider working on this in future. (Assignee optional) type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants