We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f2567 commit bab9737Copy full SHA for bab9737
package.json
@@ -97,7 +97,17 @@
97
"typescript": "~5.2.2",
98
"typescript-eslint": "^8.24.0"
99
},
100
- "release": {
+ "overrides":{
101
+ "@commitlint/config-lerna-scopes":{
102
+ "lerna":"^7.3.0"
103
+ }
104
+ },
105
+ "config": {
106
+ "commitizen": {
107
+ "path": "./node_modules/cz-customizable"
108
109
110
+ "release": {
111
"branches": [
112
"master"
113
],
0 commit comments