Skip to content

Commit

Permalink
feat(release): add alpha and beta releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Sep 21, 2021
1 parent ce926bf commit 1931153
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"branches": [
"master",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 1931153

Please sign in to comment.