From 59797af390e1371da70dad8ddf1bfaa81fe4c857 Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Tue, 7 Jun 2022 16:09:35 -0500 Subject: [PATCH] Update release doc to remove cargo update command (#25828) --- RELEASE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 323120f37..135e7d2bb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -83,7 +83,6 @@ Alternatively use the Github UI. 1. After the new branch has been created and pushed, update the Cargo.toml files on **master** to the next semantic version (e.g. 0.9.0 -> 0.10.0) with: ``` $ scripts/increment-cargo-version.sh minor - $ ./scripts/cargo-for-all-lock-files.sh update ``` 1. Push all the changed Cargo.toml and Cargo.lock files to the `master` branch with something like: ```