Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 593 Bytes

releasing.md

File metadata and controls

36 lines (23 loc) · 593 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:

GITHUB_TOKEN=xxx goreleaser --clean

Testing

To test and verify changes to Go Releaser config, use the following:

goreleaser --snapshot --skip=publish --clean