Skip to content

contrib docs: Update now that credential crates are published. #13006

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

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Changes from all commits
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
8 changes: 3 additions & 5 deletions src/doc/contrib/src/process/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@ Cargo team, or the Release team) should publish it manually using `cargo
publish`.

Some packages are not published automatically because they are not part of the
Rust release train. These currently include all of the [`credential`] packages
and the [`home`] package. These are published manually on an as-needed or
as-requested basis by whoever has permissions (currently [@ehuss] or the
Release/Infra team).
Rust release train. This currently only includes the [`home`] package. These
are published manually on an as-needed or as-requested basis by whoever has
permissions (currently [@ehuss] or the Release/Infra team).

In the future, these manual publishing options should be integrated with
GitHub Actions so that any team member can trigger them. Likely that should
Expand All @@ -158,7 +157,6 @@ Secrets, and setting up GitHub Actions workflows with the appropriate
permissions which can be manually triggered to launch a release.

[`home`]: https://github.com/rust-lang/cargo/tree/master/crates/home
[`credential`]: https://github.com/rust-lang/cargo/tree/master/credential
[`publish.py` script]: https://github.com/rust-lang/cargo/blob/master/publish.py

## Beta backports
Expand Down