Skip to content

Commit

Permalink
fix: semantic-release should not push beta or alpha to default channel (
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCrewdson committed Dec 30, 2021
1 parent 27cd0a4 commit 250a315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -199,10 +199,12 @@
"v6",
{
"name": "v6-beta",
"channel": "beta",
"prerelease": "beta"
},
{
"name": "v7",
"channel": "alpha",
"prerelease": "alpha"
}
]
Expand Down

0 comments on commit 250a315

Please sign in to comment.