From 2d683dbb1d4520821ea98185c1d050962a244824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 10 Oct 2024 12:25:15 +0200 Subject: [PATCH] fixup! Update xtask/src/release.rs --- xtask/src/release.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xtask/src/release.rs b/xtask/src/release.rs index a0861abe554..d31b49b8509 100644 --- a/xtask/src/release.rs +++ b/xtask/src/release.rs @@ -15,8 +15,9 @@ pub struct ReleaseArgs { enum ReleaseCommand { /// Prepare the release of the matrix-sdk workspace. /// - /// This command will update the `README.md`, prepend the `CHANGELOG.md` file using - /// `git cliff`, and bump the versions in the `Cargo.toml` files. + /// 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. version: ReleaseVersion,