Skip to content

Commit

Permalink
ci: Fix incorrect release branch config (#8962)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Mar 1, 2024
1 parent a6e6549 commit 297faae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 297faae

Please sign in to comment.