From d638bea0e5be63e316ce335d77f1b08f88afc599 Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Wed, 2 Oct 2024 22:56:15 +0200 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index e23e31c..04a4038 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,6 +4,7 @@ How to release: - Run `cargo run --bin update_badges -p scripts` to update badges - Run either - `cargo release minor --workspace` to release a new minor for all crates (useful on egui updates) + - note that you shouldn't use this to release a new crate (since it'll be updated from 0.1.0 to 0.2.0) - `cargo release -p ` to release a new version for a single crate - Confirm that all listed crates have a updated changelog with matching versions - Run the release command with --execute