Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 480 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 480 Bytes

How to create a Release

To create a new release, do the following:

  • Bump the version in the README, lib.rs and cargo.toml
  • Try to run cargo test --all-features, cargo doc --all-features --lib and cargo publish --dry-run
  • If none of the above commands fail, PR the changes and merge it
  • Checkout main on your local machine and run cargo publish
  • Once that is done, create the release in the Github UI (make sure it creates the git tag as well) and that's it!