mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* docs: crude release workflow checklist * docs: add changelog The changelog format is based on [Keep a Changelog][kac] and can be somewhat automated. [kac]: https://keepachangelog.com/en/1.0.0/
574 B
574 B
Release Workflow
- Update the version in
Cargo.toml - Update the changelog1
- Check that all issues marked https://github.com/foundry-rs/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
vprefix) - Push the new commit and tag
- (Run release command)2