Skip to content

Commit baf7ecc

Browse files
committed
chore: enhance release configuration with version range for latest channel
1 parent 5bbc68b commit baf7ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.releaserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
{
99
"name": "release/v+([0-9])?(.{+([0-9]),x})",
10-
"channel": "latest"
10+
"channel": "latest",
11+
"range": "${name.replace(/^release\\/v/, '')}.x"
1112
}
1213
],
1314
"plugins": [

0 commit comments

Comments
 (0)