Skip to content

Commit 26e65a0

Browse files
authored
chore: fix lerna release config (#2533)
1 parent 9761643 commit 26e65a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/lerna.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"packages": ["*"],
33
"version": "independent",
44
"npmClient": "npm",
5+
"changelogPreset": {
6+
"name": "conventionalcommits"
7+
},
8+
"ignoreChanges": ["**/package-lock.json"],
59
"useNx": false
610
}

0 commit comments

Comments
 (0)