File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 66 "version" : {
77 "allowBranch" : [" release" ],
88 "conventionalCommits" : true ,
9- "changelogPreset" : " ./packages/conventional-changelog-lmc-github" ,
9+ "changelogPreset" : " conventional-changelog-conventionalcommits" ,
10+ "createRelease" : " github" ,
1011 "push" : false ,
11- "message" : " Chore: Release [CI-SKIP]" ,
12+ "message" : " chore: release [CI-SKIP]" ,
1213 "ignoreChanges" : [" test/**" , " yarn.lock" ]
1314 }
1415 }
Original file line number Diff line number Diff line change 3535 },
3636 "devDependencies" : {
3737 "@commitlint/cli" : " 19.8.1" ,
38+ "conventional-changelog-conventionalcommits" : " ^9.1.0" ,
3839 "eslint" : " 8.57.1" ,
3940 "eslint-config-prettier" : " 9.1.2" ,
4041 "eslint-import-resolver-node" : " 0.3.9" ,
Original file line number Diff line number Diff line change @@ -4518,6 +4518,7 @@ __metadata:
45184518 resolution: "code-quality-tools@workspace:."
45194519 dependencies:
45204520 "@commitlint/cli": "npm:19.8.1"
4521+ conventional-changelog-conventionalcommits: "npm:^9.1.0"
45214522 eslint: "npm:8.57.1"
45224523 eslint-config-prettier: "npm:9.1.2"
45234524 eslint-import-resolver-node: "npm:0.3.9"
@@ -4713,6 +4714,15 @@ __metadata:
47134714 languageName: node
47144715 linkType: hard
47154716
4717+ "conventional-changelog-conventionalcommits@npm:^9.1.0":
4718+ version: 9.1.0
4719+ resolution: "conventional-changelog-conventionalcommits@npm:9.1.0"
4720+ dependencies:
4721+ compare-func: "npm:^2.0.0"
4722+ checksum: 10c0/b1dfbb8ce5983bb80837c35f089fb0f9603a1b067f34be680f88fde20871792e461e29d119d468bc293f38a1ca916c1c40a841f8c049a0a1efaa40582f4fecc9
4723+ languageName: node
4724+ linkType: hard
4725+
47164726"conventional-changelog-core@npm:5.0.1":
47174727 version: 5.0.1
47184728 resolution: "conventional-changelog-core@npm:5.0.1"
You can’t perform that action at this time.
0 commit comments