Skip to content

Commit

Permalink
feat: configure semantic release to publish from alpha and beta branches
Browse files Browse the repository at this point in the history
  • Loading branch information
trietsch committed Oct 31, 2023
1 parent 4befccd commit c76c178
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@
},
"release": {
"branches": [
"main"
{
"name": "main"
},
{
"name": "alpha",
"prerelease": true
},
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit c76c178

Please sign in to comment.