go-cli-app Example project setup for a Golang CLI app using Cobra and using goreleaser. Prerequisites To release a tag: Add a tag: git tag -a v0.1 -m "message" Push tag: git push origin v0.1