customerio / go-customerio

Official Golang client for the Customer.io API

Home Page:https://customer.io/docs/api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag a realease for version locking with package managers

rv-rsouza opened this issue · comments

Hi.

Please consider tagging a release to make this package compatible with package managers like dep or glide.

As easy as git tag v1.0.0 -m "first release" && git push --tags.

Thanks.

👍 I've just done exactly that, thanks!