stats icon indicating copy to clipboard operation
stats copied to clipboard

Release strategy

Open montanaflynn opened this issue 9 years ago • 2 comments

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?

montanaflynn avatar Oct 16 '15 19:10 montanaflynn

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

tamird avatar Feb 02 '18 00:02 tamird

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.

montanaflynn avatar May 22 '18 21:05 montanaflynn