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

Release strategy #8

Open
montanaflynn opened this issue Oct 16, 2015 · 2 comments
Open

Release strategy #8

montanaflynn opened this issue Oct 16, 2015 · 2 comments

Comments

@montanaflynn
Copy link
Owner

Since the public API isn't finalized I've been suggesting to simply clone and vendor into your projects but I'd like others to be able to take advantage of tools like godep, glide, gopkg.in to install stats into their projects.

How can we best release changes to stats? I'd like to automate it if possible, as of now I'm building the CHANGELOG.md and git tagging manually which is slow and error prone.

Does anyone have experience with releasing packages into the Golang ecosystem?

@tamird
Copy link

tamird commented Feb 2, 2018

Releases are more mature now that https://github.com/golang/dep is coming into its own.

For what it's worth, the current releases in this repo do more harm than good; tools like dep prefer releases over master-branch, but the releases here are several years old, forcing people to use the master branch anyway.

It would be better to either remove the existing releases until a strategy is decided on, or simply release a new version (the number won't matter).

@montanaflynn
Copy link
Owner Author

I've added a new release 0.3.0. Looking into https://research.swtch.com/vgo which might require adding a v prefix to the releases / tags so it can be used.

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

2 participants