From cde860cce4381b12ba15b7c9e9c8da1b0b57bb53 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 16 Dec 2021 19:00:34 -0700 Subject: [skip ci] Update cargo-release syntax in the docs --- RELEASE_PROCEDURE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md index b8cfcd81..fab41dd3 100644 --- a/RELEASE_PROCEDURE.md +++ b/RELEASE_PROCEDURE.md @@ -14,5 +14,5 @@ The release is prepared as follows: - Ask for a new libc version if, necessary. It usually is. Then update the dependency in Cargo.toml accordingly. - Confirm that everything's ready for a release by running - `cargo release --dry-run ` -- Create the release with `cargo release ` + `cargo release ` +- Create the release with `cargo release -x ` -- cgit v1.2.3