PRs and issues are very welcome!
We use GitFlow, so new features should be developed on a feature/myCoolFeature branch.
go get ./... && go install
This project uses GoReleaser to automatically create builds and publish to homebrew, the snap store and the github releases page.
How to release:
- Make sure you have installed GoReleaser and the tools required for releasing (snapcraft).
- Set a tag, either manually of using a tool that helps with Semantic Versioning & GitFlow
git tag -a v0.4.0 -m "My new version!" goreleaser --rm-distPublish!