go-errors / errors

errors with stacktraces for go
https://godoc.org/github.com/go-errors/errors
MIT License
921 stars 93 forks source link

Create annotated tags for releases #8

Closed benma closed 6 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.

bdouxx commented 6 years ago

hi,

go-errors is used by to build arduino-builder https://github.com/arduino/arduino-builder

Can you create a tag in order to simplify build on linux distribution?

ConradIrwin commented 6 years ago

done!