Skip to content

Commit 9bdd9fa

Browse files
committed
chore: Update the RELEASING file so it doesn't mention git-cliff anymore
1 parent 48bb3db commit 9bdd9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The procedure is as follows:
1717
git switch -c release-x.y.z
1818
  ```
1919
20-
2. Prepare the release. This will update the `README.md`, prepend the `CHANGELOG.md`
21-
file using `git cliff`, and bump the version in the `Cargo.toml` file.
20+
2. Prepare the release. This will update the `README.md`, set the versions in
21+
the `CHANGELOG.md` file, and bump the version in the `Cargo.toml` file.
2222
2323
```bash
2424
cargo xtask release prepare --execute minor|patch|rc

0 commit comments

Comments
 (0)