Skip to content

Commit

Permalink
fix(release): specify release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron committed Oct 9, 2023
1 parent d39d6c0 commit 6f9e1de
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@
"@semantic-release/git",
"@semantic-release/github"
],
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"noCi": true
},
"packageManager": "yarn@4.0.0-rc.50"
Expand Down

0 comments on commit 6f9e1de

Please sign in to comment.