- Update the version in
Cargo.toml
- Update the changelog1
- Check that all issues marked https://github.com/paradigmxyz/reth/labels/M-changelog have been added to the changelog
- Move the "Unreleased" section in the changelog under a new header with the new version, and fix up the links in the bottom of the file
- Ensure tests and lints pass
- Commit the new changelog and version bump
- Tag the new version (no
v
prefix) - Push the new commit and tag
- (Run release command)2