chore: Update the RELEASING file so it doesn't mention git-cliff anymore

This commit is contained in:
Damir Jelić
2024-12-03 19:03:06 +01:00
parent 48bb3dbbe7
commit 9bdd9fa831
+2 -2
View File
@@ -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