Skip to content

Commit

Permalink
chore: Update the RELEASING file so it doesn't mention git-cliff anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Dec 4, 2024
1 parent 48bb3db commit 9bdd9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bdd9fa

Please sign in to comment.