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

Please make semver compatible releases #37

Closed
peterbourgon opened this issue Aug 8, 2017 · 4 comments
Closed

Please make semver compatible releases #37

peterbourgon opened this issue Aug 8, 2017 · 4 comments

Comments

@peterbourgon
Copy link

Releases tagged e.g. v0.1.0 are important to play nice with the package management ecosystem. Thank you!

@dsnet
Copy link
Collaborator

dsnet commented Aug 9, 2017

Done.

@dsnet dsnet closed this as completed Aug 9, 2017
@jba
Copy link
Collaborator

jba commented Aug 9, 2017

Joe, FWIW, it would have sufficed to just tag the commit. I don't think it's necessary to use the GH release feature, and I don't think it buys anything for Go. All the Go package management tools just look at tags.

@dsnet
Copy link
Collaborator

dsnet commented Aug 9, 2017

All I did was:

$ git tag v0.1.0
$ git push --tags

on the commandline.

From what I can tell, GitHub created the "release" for me. Since it did that, I figured I'd populate the text for it.

@peterbourgon
Copy link
Author

Thanks! A winner is yuo!

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

No branches or pull requests

3 participants