Skip to content

Commit c46795f

Browse files
committed
chore: downgrade @release-it/conventional-changelog to version 10.0.1 and update related dependencies in package.json and yarn.lock
1 parent 525bfab commit c46795f

3 files changed

Lines changed: 228 additions & 94 deletions

File tree

commitlint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export default {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
44
'subject-case': [0, 'never'],
5-
'body-max-line-length': [0, 'always']
5+
'body-max-line-length': [0, 'always'],
6+
'header-max-length': [0, 'always']
67
}
78
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@commitlint/config-conventional": "^20.0.0",
7373
"@eslint/js": "^9.39.1",
7474
"@openapitools/openapi-generator-cli": "^2.25.2",
75-
"@release-it/conventional-changelog": "^10.0.2",
75+
"@release-it/conventional-changelog": "10.0.1",
7676
"@types/node": "^22.19.1",
7777
"@vitest/coverage-v8": "^4.0.14",
7878
"axios-mock-adapter": "^2.1.0",

0 commit comments

Comments
 (0)