diff --git a/.commitlintrc.js b/.commitlintrc.js index 38ae73cb..cf8f3d76 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -6,6 +6,6 @@ module.exports = { rules: { 'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'chore', 'deps']], 'header-max-length': [2, 'always', 80], - 'subject-case': [2, 'always', ['lower-case', 'sentence-case', 'start-case']], + 'subject-case': [0, 'always', ['lower-case', 'sentence-case', 'start-case']], }, } diff --git a/lib/content/commitlintrc.js b/lib/content/commitlintrc.js index 38ae73cb..cf8f3d76 100644 --- a/lib/content/commitlintrc.js +++ b/lib/content/commitlintrc.js @@ -6,6 +6,6 @@ module.exports = { rules: { 'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'chore', 'deps']], 'header-max-length': [2, 'always', 80], - 'subject-case': [2, 'always', ['lower-case', 'sentence-case', 'start-case']], + 'subject-case': [0, 'always', ['lower-case', 'sentence-case', 'start-case']], }, }