Skip to content

Commit

Permalink
build: fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed May 13, 2021
1 parent 7632fa6 commit 5a7879a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14,026 deletions.
15 changes: 15 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"master",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
Loading

0 comments on commit 5a7879a

Please sign in to comment.