We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422958e commit 09b6a95Copy full SHA for 09b6a95
release.config.js
@@ -41,7 +41,7 @@ async function config() {
41
{ name: 'beta', prerelease: true },
42
'next-major',
43
// Long-Term-Support branches
44
- { name: 'release-6.x.x', range: '6.x.x', channel: '6.x.x' },
+ { name: 'release-6.x.x', channel: '6.x.x' },
45
],
46
dryRun: false,
47
debug: true,
0 commit comments