Skip to content

Commit f519f8a

Browse files
committed
chore: add rc channel
1 parent 74a3978 commit f519f8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

release/next.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ configPromise.then((config) => {
1212
name: 'develop',
1313
channel: 'beta',
1414
prerelease: 'beta',
15-
}
15+
},
16+
{
17+
name: 'v7',
18+
channel: 'rc',
19+
prerelease: 'rc',
20+
},
1621
],
1722
}).then((result) => {
1823
// This logics avoid a overflow of next tags in github by removing the last

0 commit comments

Comments
 (0)