Skip to content

Commit 8a61436

Browse files
committed
chore: allow releases from lerna branch
1 parent ae55438 commit 8a61436

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
@@ -5,14 +5,14 @@
55
"npmClient": "yarn",
66
"command": {
77
"version": {
8-
"allowBranch": "main",
8+
"allowBranch": "v1.15.x",
99
"conventionalCommits": true,
1010
"yes": true,
1111
"preid": "rc",
1212
"message": "chore(release): publish %s [ci skip]"
1313
},
1414
"publish": {
15-
"allowBranch": "main",
15+
"allowBranch": "v1.15.x",
1616
"conventionalCommits": true,
1717
"yes": true,
1818
"preid": "rc",

0 commit comments

Comments
 (0)