ci: Fix incorrect release branch config (#8962)

This commit is contained in:
Manuel
2024-03-01 17:03:43 +01:00
committed by GitHub
parent a6e6549435
commit 297faaece4

View File

@@ -40,8 +40,8 @@ async function config() {
{ name: 'alpha', prerelease: true },
{ name: 'beta', prerelease: true },
'next-major',
// Long-Term-Support branches; defined as GLOB pattern
'release-+([0-9]).x.x',
// Long-Term-Support branch of previous major version
'release-6.x.x',
],
dryRun: false,
debug: true,