Skip to content

Commit 6753ead

Browse files
authored
chore: update lerna config for the new release process (#27811)
1 parent 5c6e3e6 commit 6753ead

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lerna.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
"license": "MIT"
55
},
66
"publish": {
7-
"allowBranch": "master",
8-
"bump": "patch",
7+
"allowBranch": ["master", "release/*"],
8+
"bump": "prerelease",
99
"conventionalCommits": true,
10-
"message": "chore(release): Publish"
10+
"message": "chore(release): Publish pre-release",
11+
"preid": "next",
12+
"preDistTag": "next",
13+
"noChangelog": true
1114
},
1215
"bootstrap": {
1316
"ignore": ["**/gatsby-admin"]

0 commit comments

Comments
 (0)