We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9761643 commit 26e65a0Copy full SHA for 26e65a0
1 file changed
plugins/lerna.json
@@ -2,5 +2,9 @@
2
"packages": ["*"],
3
"version": "independent",
4
"npmClient": "npm",
5
+ "changelogPreset": {
6
+ "name": "conventionalcommits"
7
+ },
8
+ "ignoreChanges": ["**/package-lock.json"],
9
"useNx": false
10
}
0 commit comments