Skip to content

Commit 271fc70

Browse files
committed
fix(ci): add range to main
1 parent dd9cf74 commit 271fc70

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

release/next.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ configPromise.then((config) => {
77
return semanticRelease({
88
...config,
99
branches: [
10-
'main',
10+
{
11+
name: 'main',
12+
range: "9.x",
13+
},
1114
{
1215
name:"V8-release",
1316
channel: false,

0 commit comments

Comments
 (0)