From 388cdb59c0f44cbd20717330e417ce578db89b79 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 10 Oct 2024 15:30:26 -0400 Subject: [PATCH] chore: fix releasing.md --- RELEASING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 540be48..239cf3e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -12,5 +12,4 @@ Then: 4. Update each README 5. Open a PR 6. Once approved, merge the PR -7. (if releasing the main crate) Run `cargo release -p cql2`, then `cargo release -p cql2 --execute` -8. (if releasing the cli crate) run `cargo release -p cql2-cli`, then `cargo release -p cql2-cli --execute` +7. `cargo release -p cql2 --execute`, then `cargo release -p cql2-cli --execute`