8000 Document the new release process for Rustup by jdno · Pull Request #3844 · rust-lang/rustup · GitHub
[go: up one dir, main page]

Skip to content

Document the new release process for Rustup #3844

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

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve description of stable releases
Co-authored-by: rami3l <rami3l@outlook.com>
  • Loading branch information
jdno and rami3l authored May 28, 2024
commit 75c7fd90e48474c8ef21b9af19725ed93e4cf86c
2 changes: 1 addition & 1 deletion doc/dev-guide/src/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ main difference between the two is that they use different values for the
`RUSTUP_UPDATE_ROOT` environment variable:

- A beta release is deployed on `https://dev-static.rust-lang.org/rustup`.
- An official release is deployed on `https://static.rust-lang.org/rustup`.
- A stable release is deployed on `https://static.rust-lang.org/rustup`.

By switching between those two values, Rustup effectively provides two
"self update channels", making beta testing possible with `rustup self update`.
Expand Down
0