Skip to content

Commit 434c128

Browse files
committed
contrib docs: Update now that credential crates are published.
This updates the contrib documentation on the release process now that the credential crates are auto-published.
1 parent 4ac051e commit 434c128

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/doc/contrib/src/process/release.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -146,19 +146,19 @@ Cargo team, or the Release team) should publish it manually using `cargo
146146
publish`.
147147

148148
Some packages are not published automatically because they are not part of the
149-
Rust release train. These currently include all of the [`credential`] packages
150-
and the [`home`] package. These are published manually on an as-needed or
151-
as-requested basis by whoever has permissions (currently [@ehuss] or the
152-
Release/Infra team).
149+
Rust release train. These currently include the [`home`] and
150+
[`cargo-credential-1password`] packages. These are published manually on an
151+
as-needed or as-requested basis by whoever has permissions (currently [@ehuss]
152+
or the Release/Infra team).
153153

154154
In the future, these manual publishing options should be integrated with
155155
GitHub Actions so that any team member can trigger them. Likely that should
156156
involve getting Infra to create scoped tokens that can be added as GitHub
157157
Secrets, and setting up GitHub Actions workflows with the appropriate
158158
permissions which can be manually triggered to launch a release.
159159

160+
[`cargo-credential-1password`]: https://github.com/rust-lang/cargo/tree/master/credential/cargo-credential-1password
160161
[`home`]: https://github.com/rust-lang/cargo/tree/master/crates/home
161-
[`credential`]: https://github.com/rust-lang/cargo/tree/master/credential
162162
[`publish.py` script]: https://github.com/rust-lang/cargo/blob/master/publish.py
163163

164164
## Beta backports

0 commit comments

Comments
 (0)