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

Replace gox and ghr with goreleaser #1107

Closed
kishaningithub opened this issue Oct 23, 2018 · 1 comment
Closed

Replace gox and ghr with goreleaser #1107

kishaningithub opened this issue Oct 23, 2018 · 1 comment
Milestone

Comments

@kishaningithub
Copy link
Contributor

Go Releaser lets you do release management (generation of binaries, rpms, debs, brew taps, change logs etc) with a single yaml file.
You can also put in godownloader to generate an install script that can be used for downloading release binaries from github releases. It is made by the same goreleaser team

For inspiration you can take a look at the awesome golangci-lint project

If you are fine with this change i can put in a PR

Bottom line: Installation and release management becomes way cooler 😎

@aeneasr
Copy link
Member

aeneasr commented Oct 23, 2018

Sounds good, I'll probably do that myself because the build pipeline is a bit tricky to test.

@aeneasr aeneasr added this to the unplanned milestone Oct 25, 2018
@aeneasr aeneasr closed this as completed in 95a51de Apr 2, 2019
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

No branches or pull requests

2 participants