From c26f62a3a947f482f2d60c01cdb86d98e952fdce Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 17 Nov 2020 12:59:45 +0100 Subject: [PATCH] update release process for rust-lang/rust#79133 --- src/release/process.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/release/process.md b/src/release/process.md index da4b3fe18..f0072c467 100644 --- a/src/release/process.md +++ b/src/release/process.md @@ -89,8 +89,6 @@ branch of rust-lang/rust which: - Change `date` to "YYYY-MM-DD" where the date is the archive date the stable build was uploaded - Change `rustc` to "X.Y.Z" where that's the version of rustc you just build - - Change `cargo` to "A.B.C" where it's Cargo's version. That's typically - "0.(Y+1).0" wrt the rustc version. - Comment `rustfmt: nightly-YYYY-MM-DD` - Uncomment `dev: 1` - Update src/ci/run.sh to pass "--release-channel=beta".