quipo / statsd

Golang StatsD client
MIT License
164 stars 51 forks source link

Create annotated tags for releases #36

Closed benma closed 7 years ago

benma commented 8 years ago

Hi

It would be great if you tagged the current HEAD with v1.0.0, and in the future, occasionally bump the version and make new tags with new releases. I suggest using the semver.org versioning scheme, where you have major.minor.patch, and you bump the major for incompatible changes and the minor for compatible changes to the API.

quipo commented 7 years ago

Totally overlooked this. So used to automated CI tagging ;-)