Skip to content

Commit

Permalink
Updated lerna config with allow branch rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Feb 10, 2025
1 parent f25f168 commit aab9cae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"workspaces": ["packages/*"],
"version": "independent",
"npmClient": "pnpm",
"includeMergedTags": true
"includeMergedTags": true,
"command": {
"version": {
"allowBranch": "master"
}
}
}

0 comments on commit aab9cae

Please sign in to comment.