github.com/honeycombio/honeytail@v1.9.0/RELEASING.md (about)

     1  # Releasing Process
     2  
     3  1. Add release entry to [changelog](./CHANGELOG.md)
     4  3. Open a PR with the above, and merge that into main
     5  4. Create new tag on merged commit with the new version (e.g. `v0.2.1`)
     6  5. Push the tag upstream (this will kick off the release pipeline in CI)
     7  6. Copy change log entry for newest version into draft GitHub release created as part of CI publish steps
     8  7. Update [public docs](https://github.com/honeycombio/docs/blob/main/scripts)