Skip to content

Commit 2da11a4

Browse files
committed
chore: testing new lerna.json config
1 parent b08add1 commit 2da11a4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lerna.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
"command": {
88
"publish": {
99
"conventionalCommits": true,
10+
"conventionalBlacklist": [
11+
"chore"
12+
],
13+
"changelogPreset": "angular",
14+
"createRelease": "github",
15+
"commitHooks": "false",
16+
"noPrivate": true,
1017
"ignoreChanges": [
11-
"ignored-file",
1218
"*.md"
1319
]
1420
},
@@ -18,5 +24,5 @@
1824
]
1925
}
2026
},
21-
"version": "4.4.6"
27+
"version": "independent"
2228
}

0 commit comments

Comments
 (0)