Skip to content

Commit 09b6a95

Browse files
authoredMar 16, 2024··

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎release.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function config() {
4141
{ name: 'beta', prerelease: true },
4242
'next-major',
4343
// Long-Term-Support branches
44-
{ name: 'release-6.x.x', range: '6.x.x', channel: '6.x.x' },
44+
{ name: 'release-6.x.x', channel: '6.x.x' },
4545
],
4646
dryRun: false,
4747
debug: true,

0 commit comments

Comments
 (0)
Please sign in to comment.