From c204ee2ca366d7f39378dbb39c6304ba2148b732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 9 Oct 2024 17:04:05 +0200 Subject: [PATCH] Update xtask/src/release.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ivan Enderlin Signed-off-by: Damir Jelić --- xtask/src/release.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/release.rs b/xtask/src/release.rs index 82a8c894c38..a0861abe554 100644 --- a/xtask/src/release.rs +++ b/xtask/src/release.rs @@ -15,7 +15,7 @@ pub struct ReleaseArgs { enum ReleaseCommand { /// Prepare the release of the matrix-sdk workspace. /// - /// This command will update the README, prepend the CHANGELOG.md file using + /// This command will update the `README.md`, prepend the `CHANGELOG.md` file using /// `git cliff`, and bump the versions in the `Cargo.toml` files. Prepare { /// What type of version bump we should perform.