Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 576 Bytes

ReleaseInstructions.md

File metadata and controls

19 lines (17 loc) · 576 Bytes
  • Install cargo release (see here)
  • Update CHANGELOG.md with changes for this release. Make sure it has '[Unreleased] - ReleaseDate' section in it. For example:
## [Unreleased] - ReleaseDate
### Changed
- Fixed major versions of dependencies
  • Review the output of following command to make sure it outputs commands you expected:
cargo release patch --dry-run
  • Run
cargo release patch

Note

Replace 'patch' in commands above with 'minor' or 'major' if you are releasing a minor or major version