Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 332 Bytes

RELEASING.md

File metadata and controls

8 lines (7 loc) · 332 Bytes

Releasing

  1. Update the version number in Cargo.toml
  2. Update CHANGELOG.md
  3. (if needed) Update the version numbers in README.md
  4. Commit with the following subject line: release: vX.Y.Z
  5. Run cargo release to check the release
  6. Run cargo release --execute to release