Skip to content

Commit 4b0bc1a

Browse files
committed
chore: change lerna branch to rel/0.9.x
1 parent c5111ec commit 4b0bc1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"useWorkspaces": true,
88
"command": {
99
"version": {
10-
"allowBranch": "master",
10+
"allowBranch": "rel/0.9.x",
1111
"conventionalCommits": true,
1212
"yes": true,
1313
"preid": "rc",
1414
"message": "chore(release): publish %s\n\nskip-checks: true"
1515
},
1616
"publish": {
17-
"allowBranch": "master",
17+
"allowBranch": "rel/0.9.x",
1818
"conventionalCommits": true,
1919
"yes": true,
2020
"preid": "rc",

0 commit comments

Comments
 (0)