Skip to content

Commit 066e851

Browse files
committed
chore: update lerna for prerelease
1 parent 9365da2 commit 066e851

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"publish": {
88
"graphType": "all",
99
"syncWorkspaceLock": true,
10-
"allowBranch": "main",
10+
"allowBranch": "next",
1111
"allowPeerDependenciesUpdate": true,
1212
"conventionalCommits": true,
1313
"createRelease": "github",
1414
"changelogIncludeCommitsClientLogin": " - by @%l",
15-
"message": "chore: publish"
15+
"message": "chore: publish",
16+
"preId": "next",
17+
"preDistTag": "next"
1618
}
1719
}
1820
}

0 commit comments

Comments
 (0)