Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 457 Bytes

RELEASING.md

File metadata and controls

8 lines (7 loc) · 457 Bytes

Releasing Process

  1. Add release entry to changelog
  2. Open a PR with the above, and merge that into main
  3. Create new tag on merged commit with the new version (e.g. v0.2.1)
  4. Push the tag upstream (this will kick off the release pipeline in CI)
  5. Copy change log entry for newest version into draft GitHub release created as part of CI publish steps
  6. Update public docs