Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 695 Bytes

release-checklist.md

File metadata and controls

17 lines (12 loc) · 695 Bytes

Release Checklist

We use GoReleaser to create release builds and GH release drafts.

On master branch:

  • Test everything is working as expected
  • Make sure README is up to date
  • Changelog: add additions and fixes
  • Changelog: set release date
  • Create a new annotated tag (e.g. git tag -a -m 'New release' v0.12.0)
  • Push the tag (e.g. git push origin --follow-tags)

That's it. Everything else should be done by the pipeline.