Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 368 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (19 loc) · 368 Bytes

Running tests

go test

Installing pre-commit hooks

pre-commit install

Running linters

pre-commit run -a

Releasing

Run the following to tag a release and publish binaries on Github:

bump2version (major | minor | patch)
git push --follow-tags origin master
GITHUB_TOKEN=<secret-token-from-github> goreleaser