ci: Auto-release not working due to more than 3 release branches (#8847)

This commit is contained in:
Manuel
2023-12-27 00:58:11 +01:00
committed by GitHub
parent 8e7a6b1480
commit 69c927c907

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,