From 57edc3aaa6e8c3c0f3b9f50b55af77872ec32726 Mon Sep 17 00:00:00 2001 From: Melvin Wang Date: Mon, 2 Dec 2024 19:39:09 -0800 Subject: [PATCH] docs: Update RELEASE.md to include explicit cargo-semver-checks install Signed-off-by: Melvin Wang --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 567cc08e..db562314 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,6 +3,9 @@ The release process for this repository leverages [`release-plz`](https://github.com/MarcoIeni/release-plz) to automate some of the steps. Only maintainers with the necessary permissions can release new versions of this repository. 1. Install `release-plz`: One option is by running `cargo install --locked release-plz` + 1. Ensure you are running the latest version of `release-plz` +1. Install `cargo-semver-checks`: One option is by running `cargo install --locked cargo-semver-checks` + 1. Ensure you are running the latest version of `cargo-semver-checks` 1. Checkout the latest code on `main` branch 1. Create a release PR: `release-plz release-pr --git-token ` 1. In the Pull Request: