Skip to content

Commit 2682ce8

Browse files
committed
chore: downgrade commitlint config-conventional to 18.5.0
Regression, see: conventional-changelog/commitlint#902
1 parent 318d98d commit 2682ce8

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
1515
- name: Use Node.js

package-lock.json

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@commitlint/cli": "^19.2.1",
22-
"@commitlint/config-conventional": "^19.1.0",
22+
"@commitlint/config-conventional": "^18.5.0",
2323
"@commitlint/cz-commitlint": "^19.2.0",
2424
"@types/node": "^20",
2525
"@types/react": "^18",

0 commit comments

Comments
 (0)