Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 486 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 486 Bytes

Contributing

Local tooling

This repo uses commitlint to ensure consistent commit messages, and to trigger version upgrades in CI.

go install github.com/conventionalcommit/commitlint@latest

Builds & release

The commitizen Github action is used remotely to apply version bumps, tag & release based on these conventional commits.