Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 413 Bytes

HACKING.md

File metadata and controls

11 lines (8 loc) · 413 Bytes

kdk devel

Publish a release using goreleaser

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

ref: https://goreleaser.com/quick-start/