Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 549 Bytes

How to Contribute

Formatting

Starlark files should be formatted by buildifier. We suggest using a pre-commit hook to automate this. First install pre-commit, then run

pre-commit install

Otherwise later tooling on CI may yell at you about formatting/linting violations.

Releasing

  1. Determine the next release version, following semver (could automate in the future from changelog)
  2. Tag the repo and push it (or create a tag in GH UI)
  3. Watch the automation run on GitHub actions