Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use goreleaser #18

Merged
merged 4 commits into from
Jan 7, 2019
Merged

Use goreleaser #18

merged 4 commits into from
Jan 7, 2019

Commits on Jan 7, 2019

  1. Use goreleaser

    goreleaser is a tool for releasing go projects - https://goreleaser.com/
    
    It will package things up for multiple platforms, and even publish to Github.
    slai committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    f16d64f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ab5616 View commit details
    Browse the repository at this point in the history
  3. Just write binaries instead

    This is the closest we can get to the existing gzipped binary format
    slai committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    270e98a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f3063 View commit details
    Browse the repository at this point in the history