Skip to content

Conversation

klatys
Copy link

@klatys klatys commented Feb 22, 2018

Add config for releasing binaries for various platforms, so that users don't have to build them themselves.

Usage is:

  • commit, push and tag new version (e.g. v1.1.2)
  • run go get github.com/goreleaser/goreleaser (only the first time)
  • export GITHUB_TOKEN=YOUR_TOKEN (generated with repo scope)
  • goreleaser --rm-dist [--release-notes FILE] [--skip-publish if you want to test it] - this will build all binaries, archive them to tar.gz and create new release on github

for more info see https://goreleaser.com/

solves #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant