Skip to content

Commit 578c949

Browse files
committed
chore: lerna config
1 parent 0359979 commit 578c949

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lerna.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
"*.md"
1919
]
2020
},
21+
"version": {
22+
"conventionalCommits": true,
23+
"conventionalBlacklist": [
24+
"chore"
25+
],
26+
"changelogPreset": "angular",
27+
"createRelease": "github",
28+
"commitHooks": "false",
29+
"noPrivate": true,
30+
"ignoreChanges": [
31+
"*.md"
32+
]
33+
},
2134
"bootstrap": {
2235
"npmClientArgs": [
2336
"--no-package-lock"

0 commit comments

Comments
 (0)