Skip to content

Commit

Permalink
fix: Allow version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Mar 20, 2020
1 parent 5655dbb commit 3096edb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"conventionalCommits": true,
"gitRemote": "origin",
"message": "chore(release): %s"
},
"version": {
"allowBranch": ["beta"],
"conventionalCommits": true,
"gitRemote": "origin",
"message": "chore(beta-release): %s"
}
},
"useWorkspaces": true
Expand Down

0 comments on commit 3096edb

Please sign in to comment.