Skip to content

Commit d58a092

Browse files
authored
chore: add 1.0.0 branch to lerna allowBranch config (#1583)
1 parent ad3cc0d commit d58a092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "independent",
66
"command": {
77
"publish": {
8-
"allowBranch": ["master"],
8+
"allowBranch": ["master", "1.0.0"],
99
"preDistTag": "next",
1010
"distTag": "latest",
1111
"conventionalCommits": true

0 commit comments

Comments
 (0)