helm-actions/.commitlintrc.json
2025-03-06 21:59:42 +01:00

7 lines
231 B
JSON

{
"extends": ["@commitlint/config-conventional"],
"rules": {
"type-enum": [2, "always", ["feat", "fix", "chore", "docs", "style", "refactor", "test", "perf", "ci", "WIP"]],
"type-case": [0, "always", "lower-case"]
}
}