Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 460 Bytes

RELEASING.md

File metadata and controls

11 lines (8 loc) · 460 Bytes

Releasing the library

Release checklist

  • Update internal/utils/version.go with new version. Create and merge PR.
  • Tag the release git tag vX.X.X && git push --tags
  • Create a Github Release

Future consideration: add another step, after the release is complete, to update version.go with a prerelease name. If you released v1.0.0, perhaps the next prerelease version would be v1.0.1-beta.