Skip to content

Commit a225340

Browse files
committed
chore: modify lerna allowBranch
1 parent fc75320 commit a225340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"command": {
1010
"version": {
1111
"ignoreChanges": [ "**/__fixtures__/**", "**/__tests__/**", "**/*.md" ],
12-
"allowBranch": "master",
12+
"allowBranch": [ "master", "unstable-0.x" ],
1313
"message": "chore(release): publish"
1414
},
1515
"publish": {

0 commit comments

Comments
 (0)