Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 297 Bytes

RELEASING.md

File metadata and controls

9 lines (7 loc) · 297 Bytes

Depot Release Process

Releases are currently manually performed.

  1. Upgrade version in Cargo.toml
  2. Commit changes
  3. Create and push a tag: git tag v<version>; git push origin v<version>
  4. Checkout the tag: git checkout v<version>
  5. Release on crates.io: cargo publish