Skip to content

Commit a41311e

Browse files
authored
chore(release): enable stable releases for v14 (#3121)
### 🎯 Goal Updates the semantic-release config, so releases made from the `master` branch are delivered to the `latest` (stable) release channel on NPM.
1 parent 2f86376 commit a41311e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.releaserc.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"branches": [
3-
"release-v13",
43
{
54
"name": "master",
6-
"channel": "beta",
7-
"prerelease": "beta"
5+
"channel": "latest"
86
}
97
],
108
"plugins": [

0 commit comments

Comments
 (0)