Skip to content

Commit a663635

Browse files
committed
ci(commitlint): disabled rules for subject-case
This will allow to start subjects from uppercase words. Currently it fails on something like: ``` fix: Gitlab CI pipeline fixed build: CMake sets wrong Synfig Studio/ETL versions ``` P.S. This change does not violate the standard. Discussion here: conventional-changelog/commitlint#2141 P.P.S. Puppeteer did the same: https://github.com/puppeteer/puppeteer/pull/8091/files
1 parent 798e84e commit a663635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conventional-commits-style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Configure commitlint
2525
run: |
26-
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
26+
echo "module.exports = {extends: ['@commitlint/config-conventional'], rules: {'subject-case': [0, 'never']}" > commitlint.config.js
2727
2828
- name: Lint current pull request title
2929
run: jq --raw-output ".pull_request.title" "$GITHUB_EVENT_PATH" | npx commitlint --verbose

0 commit comments

Comments
 (0)