Skip to content

Commit 375026b

Browse files
committed
fixup! Update backport, release and sync documentation
1 parent 9858a4e commit 375026b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/src/development/infrastructure/release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ The `clippy_utils` crate is published to `crates.io` without any stability
106106
guarantees. To do this, after the [sync] and the release is done, switch back to
107107
the `upstream/master` branch and publish `clippy_utils`:
108108

109+
> Note: The Rustup PR bumping the nightly and Clippy version **must** be merged
110+
> before doing this.
111+
109112
```bash
110113
git switch master && git pull upstream master
111114
cargo publish --manifest-path clippy_utils/Cargo.toml

0 commit comments

Comments
 (0)