Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 793 Bytes

File metadata and controls

18 lines (11 loc) · 793 Bytes

Contributing

PRs and issues are very welcome! We use GitFlow, so new features should be developed on a feature/myCoolFeature branch.

Development

go get ./... && go install

Releasing

This project uses GoReleaser to automatically create builds and publish to homebrew, the snap store and the github releases page.

How to release: