Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 379 Bytes

RELEASING.md

File metadata and controls

15 lines (11 loc) · 379 Bytes

Releasing

Setup:

Then:

  1. Create a new branch: release/vX.Y.Z
  2. Update the version in Cargo.toml
  3. Update the CHANGELOG
  4. Update each README
  5. Open a PR
  6. Once approved, merge the PR
  7. cargo release -p cql2 --execute, then cargo release -p cql2-cli --execute