Skip to content

Commit 5a3d158

Browse files
authored
chore: configure release channels (#1147)
1 parent 6b653c8 commit 5a3d158

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,15 @@
177177
},
178178
"release": {
179179
"branches": [
180-
"releases/+([0-9]).x",
181-
"trunk"
180+
{
181+
"name": "trunk",
182+
"channel": "latest"
183+
},
184+
{
185+
"name": "releases/1.x",
186+
"range": "1.x",
187+
"channel": "release-1.x"
188+
}
182189
],
183190
"tagFormat": "${version}",
184191
"plugins": [

0 commit comments

Comments
 (0)