···6262we use conventional commits with these rules:
63636464- accepted types: `feat`, `fix`, `refactor`, `docs`, `chore`
6565+ - `docs`: only applies to Markdown documents (README and similar)
6666+ - `chore`: only applies to build/tooling/dependency changes, and mass-autofixes from linters and
6767+ formatters
6568- optional scope is the package name, e.g. `refactor(package-a):`
6669- omit the scope when the change does not involve any specific package, or when it touches most/all
6770 packages