From 9bdd9fa831cace40f0c0a4c96bac8233bf9b2499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 3 Dec 2024 19:03:06 +0100 Subject: [PATCH] chore: Update the RELEASING file so it doesn't mention git-cliff anymore --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index fadd5b76aae..090b0feb4ea 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -17,8 +17,8 @@ The procedure is as follows: git switch -c release-x.y.z   ``` -2. Prepare the release. This will update the `README.md`, prepend the `CHANGELOG.md` - file using `git cliff`, and bump the version in the `Cargo.toml` file. +2. Prepare the release. This will update the `README.md`, set the versions in + the `CHANGELOG.md` file, and bump the version in the `Cargo.toml` file. ```bash cargo xtask release prepare --execute minor|patch|rc