Skip to content

Commit 505e27b

Browse files
committed
fix: semantic release range
1 parent 850eac3 commit 505e27b

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)