Git commits

Git commits

Conventional commit format

Common types according to commitlint-config-conventional (based on the the Angular convention) can be:

  • build

  • ci

  • choredocs

  • feat

  • fix

  • perf

  • refactor

  • revert

  • style

  • test

for npm, use the husky package

Last updated