Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 251 Bytes

RELEASE.md

File metadata and controls

13 lines (9 loc) · 251 Bytes

Release process

  1. Create a new tag that follows semantic versioning:
$ tag=v0.3.0
$ git tag -s "${tag}" -m "${tag}"
$ git push origin "${tag}"
  1. Make sure you are using goreleaser >= v1.19.2
  2. Run $ goreleaser release --rm-dist