Why is there a v1.5.0 release with no information or asset section? Is this a mistake?
I guess something's funky with the build infrasctructure. There definitely used to be information about the release (it was not a pre-release) when it first appeared 3 days ago, which a few days later became a pre-release, Google cache shows this:
, and has now, as you have noticed, disappeared almost completely.
I think something went wrong with the builds, resulting in the website not being updated (https://github.com/yarnpkg/website/pull/783), homebrew not being updated (https://github.com/Homebrew/homebrew-core/pull/24471) and npm not being updated (even though this wasn't a pre-release, npm's latest tag still points to 1.3.2). You can still install it with npm install -g [email protected] or with the shell script curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.0, but given the current lack of information about the release, which is surely intentional, perhaps it's best to wait it out.
The Windows build is failing (https://ci.appveyor.com/project/kittens/yarn/build/4862), so the release is incomplete. A release is only 'officially' released once both the Linux and Windows builds have been completed and uploaded to the release. @arcanis could you please follow up on it? Let me know if you need help :)
Pushed v1.5.1, which is identical to v1.5.0 but contains a fix for the test that was failing on Windows.
There still seems to be some discrepancies in the versions available.
Yarn website shows v1.3.2 as stable and v1.5.1 as RC:

npmjs shows v1.5.0 as latest:

brew upgrade yarn installs v1.3.2
I guess 1.5.x is supposed to be stable, and someone manually bumped it on
npm but not elsewhere. I'll fix it.
Sent from my phone.
On Feb 27, 2018 12:43 AM, "Rhys Arkins" notifications@github.com wrote:
There still seems to be some discrepancies in the versions available.
Yarn website shows v1.3.2 as stable and v1.5.1 as RC:
[image: image]
https://user-images.githubusercontent.com/6311784/36718481-3d104520-1ba2-11e8-95a9-16e8d3cd07b8.pngnpmjs shows v1.5.0 as latest:
[image: image]
https://user-images.githubusercontent.com/6311784/36718497-4c4c991c-1ba2-11e8-8d13-4eebcdd70539.pngbrew upgrade yarn installs v1.3.2
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/yarnpkg/yarn/issues/5408#issuecomment-368788922, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAFnHcEqxmmoza8yiWQUT240lEGPXnNAks5tY8AxgaJpZM4SSf_v
.
Most helpful comment
The Windows build is failing (https://ci.appveyor.com/project/kittens/yarn/build/4862), so the release is incomplete. A release is only 'officially' released once both the Linux and Windows builds have been completed and uploaded to the release. @arcanis could you please follow up on it? Let me know if you need help :)