Skip to content

Commit 01d92a3

Browse files
authored
chore(release): publish to release-v13 channel (#3122)
### 🎯 Goal Update the semantic-release configuration, so releases from the `release-v13` are distributed on the `release-v13` channel on NPM.
1 parent f44c07b commit 01d92a3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"branches": [
33
{
4-
"name": "release-v13",
4+
"name": "master",
55
"channel": "latest"
6+
},
7+
{
8+
"name": "release-v13",
9+
"channel": "v13",
10+
"range": "13.x"
611
}
712
],
813
"plugins": [

0 commit comments

Comments
 (0)