From 48b846203e107a1b6f88c9b9b6e675bb6eeddda7 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Wed, 24 Jun 2020 18:47:04 -0600 Subject: [PATCH] Use `cargo tree` to bump release branch lock files (#10790) --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index e175d4a50d..b31db11f89 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -119,7 +119,7 @@ Alternatively use the Github UI. 1. After the new release has been tagged, update the Cargo.toml files on **release branch** to the next semantic version (e.g. 0.9.0 -> 0.9.1) with: ``` $ scripts/increment-cargo-version.sh patch - $ ./scripts/cargo-for-all-lock-files.sh update + $ ./scripts/cargo-for-all-lock-files.sh tree ``` 1. Push all the changed Cargo.toml and Cargo.lock files to the **release branch** with something like: ```