Skip to content

Commit

Permalink
ci: update .releaserc to publish from appropriate branches
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril committed Dec 10, 2024
1 parent e96baef commit b2883b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"branches": [
"master",
"next",
{ "name": "alpha", "prerelease": true },
{ "name": "beta", "prerelease": true }
{ "name": "release-22.x", "range": "22.x", "channel": "22.x" },
{ "name": "release-23.x", "range": "23.x" },
{ "name": "next", "prerelease": true, "channel": "next" }
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit b2883b7

Please sign in to comment.