-
Notifications
You must be signed in to change notification settings - Fork 32
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 tag for lts
releases
#92
Comments
I thought for sure we had discussed this somewhere before but now I cannot find it! I'm hesitant because we don't have a data source from upstream that tells us which release is LTS in an easily machine-readable way, but on the flip side, we also hand-maintain which release is "latest" so this is not unreasonable. 👍 |
Oh, we do not hand-maintain "latest", that's automatic based on which versions we currently have. Hmm. |
I wonder if we could convince upstream folks to add an |
I'll post on the Julia slack and ask if this is possible. Is |
No, "latest" will always point to the highest numeric GA release (so until there's a 1.12 or 2.0 that's GA, it will point to whatever the latest patch release of 1.11 is). |
See JuliaLang/VersionsJSONUtil.jl#2. I don't think anyone would object, just nobody has implemented it. |
Hi folks,
Would it be possible to add a shared tag for
lts
releases of Julia? This would always map to the latest LTS release, which should be 1.10.5 (or 1.10) at the time of this writing.In our workflow we only use LTS releases, so it would help to have our CI pull from
julia:lts
rather than having to figure out ifjulia:latest
is LTS or not.Thank you.
The text was updated successfully, but these errors were encountered: