Skip to content

Commit 61c3f7a

Browse files
authored
chore: switch to beta channel releases (#3038)
### 🎯 Goal Updates the semantic release configuration to use the `beta` tag on npm.
1 parent e917dcf commit 61c3f7a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.releaserc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"branches": [
3+
"release-v13",
34
{
45
"name": "master",
5-
"channel": "canary",
6-
"prerelease": "canary"
6+
"channel": "beta",
7+
"prerelease": "beta"
78
}
89
],
910
"plugins": [

0 commit comments

Comments
 (0)