Setup:
- Install cargo-release:
cargo install cargo-release
Then:
- Create a new branch:
release/vX.Y.Z
- Update the version in
Cargo.toml
- Update the CHANGELOG
- Update each README
- Open a PR
- Once approved, merge the PR
cargo release -p cql2 --execute
, thencargo release -p cql2-cli --execute