Skip to content

Commit

Permalink
chore: add 0.15.x in allowBranch for lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya2h committed Aug 18, 2023
1 parent 59b58b1 commit 48ce812
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.14.2",
"command": {
"publish": {
"allowBranch": "master",
"registry": "https://registry.npmjs.org/",
"message": "chore: bump versions after release",
"yes": true
}
}
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.14.2",
"command": {
"publish": {
"allowBranch": ["master", "0.15.x"],
"registry": "https://registry.npmjs.org/",
"message": "chore: bump versions after release",
"yes": true
}
}
}

0 comments on commit 48ce812

Please sign in to comment.