Skip to content

Commit

Permalink
Merge pull request #881 from JuliaLang/dpa/alpha-readme
Browse files Browse the repository at this point in the history
README: mention the `alpha` channel
  • Loading branch information
davidanthoff authored Apr 14, 2024
2 parents 9f64793 + ac8a92c commit 8221ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Here are some of the things you can do with `juliaup`:
The available system provided channels are:
- `release`: always points to the latest stable version.
- `lts`: always points to the latest long term supported version.
- `alpha`: always points to the latest alpha version if one exists. If a newer beta or release candidate exists, it will point to that, and if there is no alpha, beta, or rc candidate available it will point to the same version as the `release` channel.
- `beta`: always points to the latest beta version if one exists. If a newer release candidate exists, it will point to that, and if there is neither a beta or rc candidate available it will point to the same version as the `release` channel.
- `rc`: same as `beta`, but only starts with release candidate versions.
- `nightly`: always points to the latest build from the `master` branch in the Julia repository.
Expand Down

0 comments on commit 8221ad4

Please sign in to comment.