Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 390 Bytes

RELEASING.md

File metadata and controls

5 lines (4 loc) · 390 Bytes

Creating a new release

  1. Update the version string in libhoney.go. Add new release notes to the Changelog. Open a PR with those changes.
  2. Once the above PR is merged, tag main with the new version, e.g. v0.1.1. Push the tags. This will kick off a CI workflow, which will publish a draft GitHub release.
  3. Update Release Notes on the new draft GitHub release, and publish that.