Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 674 Bytes

RELEASING.md

File metadata and controls

13 lines (12 loc) · 674 Bytes

Releasing

  1. Determine the next version. Try to follow semantic versioning. Our public API is described in the README
  2. Create a branch named release/vX.Y.Z.
  3. Update:
  4. Open a PR with the changes
  5. When the PR is merged, created a tag on main with that version with a v prefix, e.g. vX.Y.Z.
  6. Push the tag to Github, which will fire off the release workflow.
  7. Create a release via the Github interface.