8000 cql2-rs/RELEASING.md at main · developmentseed/cql2-rs · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 325 Bytes

File metadata and controls

11 lines (10 loc) · 325 Bytes

Releasing

  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. git tag -s vX.Y.Z
  8. git push origin vX.Y.Z
  9. Create a new release for your tag
0