Skip to content

Commit

Permalink
chore: update lerna config for the new release process (#27811)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar authored Nov 3, 2020
1 parent 5c6e3e6 commit 6753ead
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"license": "MIT"
},
"publish": {
"allowBranch": "master",
"bump": "patch",
"allowBranch": ["master", "release/*"],
"bump": "prerelease",
"conventionalCommits": true,
"message": "chore(release): Publish"
"message": "chore(release): Publish pre-release",
"preid": "next",
"preDistTag": "next",
"noChangelog": true
},
"bootstrap": {
"ignore": ["**/gatsby-admin"]
Expand Down

0 comments on commit 6753ead

Please sign in to comment.