Skip to content

Commit

Permalink
ci: lerna allow prerelease branches
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 9, 2025
1 parent 790fbcb commit 68545fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org",
"command": {
"version": {
"allowBranch": ["main", "4.x", "release", "release/*"],
"allowBranch": ["main", "4.x", "release", "prerelease/*"],
"conventionalCommits": true,
"message": "chore(release): publish",
"changelogPreset": "conventionalcommits",
Expand Down

0 comments on commit 68545fe

Please sign in to comment.