Skip to content

Commit

Permalink
chore: add prerelease to beta/alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Nov 18, 2022
1 parent eca58eb commit 7d6e9ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"branches": ["master", "next", "alpha", "beta"],
"branches": [
"master",
"next",
{ "name": "alpha", "prerelease": true },
{ "name": "beta", "prerelease": true }
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 7d6e9ab

Please sign in to comment.