Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 492 Bytes

RELEASE.md

File metadata and controls

7 lines (6 loc) · 492 Bytes

Creating a Release

  1. Update the version in Cargo.toml accordingly to Semantic Versioning.
  2. Run cargo build to update the version in Cargo.lock.
  3. Update CHANGELOG.md accordingly.
  4. Commit the changes. (see this example commit)
  5. Create a release on GitHub with the same entries in CHANGELOG.md.