-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add ref: (version) support to .tool-versions parsing #228
Add ref: (version) support to .tool-versions parsing #228
Conversation
Using this syntax in your |
Thanks for this. I'll comment on the changes, where appropriate. |
Tests are failing, most likely for:
|
Should I add an issue for documentation? By the way the contributing link is broken in the template:
|
There's no need to document 😄, as you're just implementing the standard, so whoever's using As for the "contributing" link, thanks for noticing. I'll fix it in a subsequent pull request. Edit: the "contributing" link is set as |
All checks successful, will merge. Thanks for this. It shall be present on the next release, hopefully soonish. |
Now it works, I guess a github bug? 🤷🏻♂️ |
Any chance to cut a release ^^? |
https://github.com/erlef/setup-beam/releases/tag/v1.17.0 |
ahhh thanks! |
Description
This adds support for using source code elixir references in
.tool-versions
, e.g.,elixir ref:v1.15.4
.