Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 430 Bytes

releasing.md

File metadata and controls

28 lines (18 loc) · 430 Bytes

Releasing

This tool uses Go Releaser to manage release builds.

Setup

Install Go Releaser.

brew install goreleaser/tap/goreleaser

Releasing

Tag the repo:

$ git tag -a v0.1.0 -m "release tag."
$ git push origin v0.1.0

Then:

make release