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

Conversation

slai
Copy link

@slai slai commented Jan 3, 2019

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) -

image

@slai slai requested a review from oliland January 3, 2019 11:28
@slai slai changed the base branch from master to update_readme January 3, 2019 11:30
Copy link

@oliland oliland left a 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?

@slai
Copy link
Author

slai commented Jan 3, 2019

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.

@slai slai requested a review from oliland January 4, 2019 11:03
Copy link

@oliland oliland left a 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

@slai slai changed the base branch from update_readme to master January 7, 2019 17:08
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
@slai slai merged commit 022fbb4 into master Jan 7, 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

Successfully merging this pull request may close these issues.

2 participants