google/btree

Tagged releases

jsha opened this issue · 0 comments

jsha commented

Hi,

As Go moves towards semantic versioning and vendoring, it would be really helpful to have a tagged release of btree following semantic versioning. For instance, you could run:

git checkout master; git tag v1.0.0; git push v1.0.0

Which would define the current version to be v1.0.0.