File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 5959 "@typescript-eslint/experimental-utils" : " ^3.6.1" ,
6060 "@typescript-eslint/parser" : " ^3.6.1" ,
6161 "commitizen" : " ^4.1.2" ,
62- "cz-conventional-changelog" : " ^ 3.2.0" ,
62+ "cz-conventional-changelog" : " 3.2.0" ,
6363 "eslint" : " ^7.4.0" ,
6464 "eslint-config-airbnb-base" : " ^14.2.0" ,
6565 "eslint-config-prettier" : " ^6.11.0" ,
8888 "pre-push" : " yarn lint && yarn clean && yarn build && yarn test"
8989 }
9090 },
91- "config" : {
92- "commitizen" : {
93- "path" : " cz-conventional-changelog"
94- }
95- },
9691 "lint-staged" : {
9792 "src/**/*.{ts,tsx}" : [
9893 " eslint --fix"
9994 ]
95+ },
96+ "config" : {
97+ "commitizen" : {
98+ "path" : " ./node_modules/cz-conventional-changelog"
99+ }
100100 }
101101}
Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ module.exports = {
33 [
44 '@semantic-release/commit-analyzer' ,
55 {
6- preset : 'conventionalcommits' ,
76 config : 'cz-conventional-changelog' ,
87 } ,
98 ] ,
109 [
1110 '@semantic-release/release-notes-generator' ,
1211 {
13- preset : 'conventionalcommits' ,
1412 config : 'cz-conventional-changelog' ,
1513 } ,
1614 ] ,
Original file line number Diff line number Diff line change @@ -1459,7 +1459,7 @@ cyclist@^1.0.1:
14591459 resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
14601460 integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
14611461
1462- [email protected] , cz-conventional-changelog@^3.2.0 :
1462+ 14631463 version "3.2.0"
14641464 resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz#6aef1f892d64113343d7e455529089ac9f20e477"
14651465 integrity sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==
You can’t perform that action at this time.
0 commit comments