Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 216 Bytes

RELEASING.md

File metadata and controls

6 lines (6 loc) · 216 Bytes
  1. Increment the version number in Cargo.toml.
  2. cargo fetch to update Cargo.lock.
  3. Commit and push.
  4. Merge the PR.
  5. cargo publish
  6. Create a release on GitHub to trigger the release.yaml workflow.