Skip to content

Commit

Permalink
fix(semantic-release): branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Tobia committed Sep 1, 2020
1 parent 23538de commit f3ef0e9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,20 @@
"@semantic-release/git",
"@semantic-release/github"
],
"branch": "main"
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit f3ef0e9

Please sign in to comment.