Skip to content

Commit

Permalink
Fix release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Feb 5, 2025
1 parent b7507d2 commit 791ce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We don't update the MSRV in a patch release, unless we really, really need to.
## Preparation
* [ ] optionally record gif or take a screenshot for `CHANGELOG.md` release note (and later twitter post)
* [ ] update changelogs using `scripts/generate_changelog.py`
- For major releases, always diff to the latest MAJOR release, e.g. `--commit-range 0.27.0..HEAD`
- For major releases, always use the upcoming release, e.g. `--version 0.x.0`
* [ ] bump version numbers in workspace `Cargo.toml`

## Actual release
Expand Down

0 comments on commit 791ce21

Please sign in to comment.