Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 401 Bytes

RELEASE.md

File metadata and controls

9 lines (8 loc) · 401 Bytes

Release

  • Update version in internal/version.go.
  • Update CHANGELOG.md with version and publication date.
  • Run tests: go test ./....
  • Stage changes: git add internal/version.go CHANGELOG.md.
  • Create git commit: git commit -m "Bump version to $VERSION".
  • Create git tag: git tag -m "" -a v$VERSION.
  • Push release: git push --follow-tags.