What is the reason for release versions not matching the semantic versions of rust-analyzer? #20328
miversen33
started this conversation in
General
Replies: 1 comment 1 reply
-
The releases are made from a GHA workflow, with the VS Code extension being the best-supported installation method. We use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I was working on setting up a script for neovim (something akin to Mason.nvim) and I noticed that automatically checking if my version of rust-analyzer is current is extremely difficult as the release version is just a date (with the actual version in the html body?). It got me curious, why did you guys go that route?
Is there pain associated with changing the release names to match the versions of each release?
Please note, I am not asking for this change, more just curious how we got here and floating the idea :)
Beta Was this translation helpful? Give feedback.
All reactions