Skip to content

Commit 5af4465

Browse files
committed
chore: update lerna config
1 parent 8ed5192 commit 5af4465

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

lerna.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"version": "independent",
2+
"packages": ["packages/*"],
63
"npmClient": "yarn",
7-
"useWorkspaces": true
4+
"useWorkspaces": true,
5+
"version": "independent",
6+
"command": {
7+
"publish": {
8+
"allowBranch": "main",
9+
"conventionalCommits": true,
10+
"createRelease": "github",
11+
"message": "chore: publish"
12+
}
13+
}
814
}

0 commit comments

Comments
 (0)