Skip to content

Commit 29c45d0

Browse files
committed
Docs(process/release): Update to include test tools in publication
Signed-off-by: Paul Mabileau <[email protected]>
1 parent 6f581e9 commit 29c45d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/contrib/src/process/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ Cargo's library and its related dependencies (like `cargo-util`) are published
131131
to [crates.io] as part of the 6-week stable release process by the [Release
132132
team]. There is a [`publish.py` script] that is used by the Release team's
133133
automation scripts (see <https://github.com/rust-lang/simpleinfra/>) to handle
134-
determining which packages to publish. The test and build tool crates aren't
135-
published. This runs on the specific git commit associated with the cargo
136-
submodule in the `stable` branch in `rust-lang/rust` at the time of release.
134+
determining which packages to publish. The build tool crates aren't published.
135+
This runs on the specific git commit associated with the cargo submodule in the
136+
`stable` branch in `rust-lang/rust` at the time of release.
137137

138138
On very rare cases, the Cargo team may decide to manually publish a new
139139
release to [crates.io]. For example, this may be necessary if there is a

0 commit comments

Comments
 (0)