Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 259 Bytes

PUBLISH.md

File metadata and controls

8 lines (7 loc) · 259 Bytes

To publish a new version:

  1. Set package.version in ./Cargo.toml
  2. Review and commit all changed files
  3. Raise a PR & Wait for CI
  4. Merge
  5. cargo publish
  6. Create a tag of the form vX.Y.Z: git tag -m 'vX.Y.Z' 'vX.Y.Z' && git push --tags