Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 382 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 382 Bytes

Contributing

Release process

In order to standardize the release process, goreleaser has been adopted.

To build and release a new version:

git tag vX.X.X && git push --tags
gorelease --rm-dist

The binary version is set automatically to the git tag.

Please tag new versions using semantic versioning.