From 4c3f9341cb14e650bb3fd3a7d84c87b7377ab243 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Wed, 25 Dec 2024 15:17:09 -0800 Subject: [PATCH] fixup! fixup! note about which versions to bump when renaming --- RELEASING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 65967b5f87f..42268035c12 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -136,12 +136,10 @@ package's _current_ directory, so if you move a package to a different directory may lose old commit info if you're not careful. On the commit immediately _before_ you move the package(s) and run the following: -(This command is provided by `cargo install cargo-smart-release`; don't use any other `cargo changelog` command) ``` cargo changelog --write ... ``` -Note that this may [error if your git is in a 'detached HEAD' state](https://github.com/Byron/cargo-smart-release/issues/34), -so run `git checkout -b new-branch-name` to fix this. +(This command is provided by `cargo install cargo-smart-release`; don't use any other `cargo changelog` command) Next (even if there are no changes), go through the modified `CHANGELOG.md` files and add a prefix to **all** (not just the new) the `Commit Statistics` and `Commit Details` headers, for example: