- Install goreleaser.
- Create a semver tag on the main repo.
- Clone the main repo,
cd
into it and rundep ensure
. - Export a
repo
-scoped personal GitHub token (e.g.export GITHUB_TOKEN=foo
). - Run
goreleaser
to build and publish to GitHub Releases.
cd
into it and run dep ensure
.repo
-scoped personal GitHub token (e.g. export GITHUB_TOKEN=foo
).goreleaser
to build and publish to GitHub Releases.