Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 542 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 542 Bytes

Release Process

  1. Update Version.go with new version
  2. Add release entry to changelog. Consider using a command like so:
    • git log --pretty='%C(green)%d%Creset- %s | [%an](https://github.com/)'
  3. Open a PR with the above, and merge that into main
  4. Create new tag on merged commit with the new version (e.g. v1.4.1)
  5. Push the tag upstream (this will kick off the release pipeline in CI)
  6. Copy change log entry for newest version into draft GitHub release created as part of CI publish steps