Skip to content

Commit da95d8e

Browse files
committed
chore: allow publishing to npm
1 parent ead6e55 commit da95d8e

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

0 commit comments

Comments
 (0)