Files
kjol/tools/tsgo/vendor/github.com/matryer/moq/releasing.md
2026-07-09 16:50:43 -04:00

593 B

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