Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 309 Bytes

RELEASING.md

File metadata and controls

6 lines (5 loc) · 309 Bytes

Release Checklist

  • update the version in Cargo.toml according to semver before tagging for release
  • push a tag matching the version in Cargo.toml.
    • a release build will be run against it which will upload artifacts to a github release
    • the version in Cargo.toml will be uploaded to crates.io