Skip to content

Commit 6a2d64a

Browse files
ci(commits): Allow capitalised subjects
1 parent 0d90f58 commit 6a2d64a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.commitlintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": ["@commitlint/config-conventional"]
2+
"extends": ["@commitlint/config-conventional"],
3+
"rules": {
4+
"subject-case": [0]
5+
}
36
}

0 commit comments

Comments
 (0)