Skip to content

Commit

Permalink
chore: add additional branches for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Feb 16, 2023
1 parent 02f42db commit 9d21524
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"branches": ["main"]
"branches": [
"main",
"next",
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true },
{ "name": "rc", "prerelease": true }
]
}

0 comments on commit 9d21524

Please sign in to comment.