-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use goreleaser #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do we need this for?
So we release software like everyone else, with versions clearly identified through git tags and in binary, proper automatic changelogs, distributed through GitHub releases, making it easy to hotfix any version and release it without having to jump through many hoops. Why do we need it for go-minipypi? It was a nice small project to test this on. The goal is to eventually use this elsewhere. There's also no harm in a properly versioned release process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I hadn't realised we were in FOSS territory. Seems legit
goreleaser is a tool for releasing go projects - https://goreleaser.com/ It will package things up for multiple platforms, and even publish to Github.
This is the closest we can get to the existing gzipped binary format
goreleaser is a tool for releasing go projects - https://goreleaser.com/
It will package things up for multiple platforms, and even publish to Github.
It currently won't do the gzipped format that we use, but as this also doesn't upload to S3 directly, that can just be an extra step.
Example GitHub release (not from this project) -