Skip to content

Commit

Permalink
ci: Update auto release (#9520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jan 9, 2025
1 parent 82ab3f9 commit 4ac8aef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function config() {
console.log(`Running on branch: ${branch}`);

// Set changelog file
const changelogFile = `./changelogs/CHANGELOG_${branch}.md`;
const changelogFile = `./changelogs/CHANGELOG_release.md`;
console.log(`Changelog file output to: ${changelogFile}`);

// Load template file contents
Expand All @@ -44,9 +44,8 @@ async function config() {
'release',
{ name: 'alpha', prerelease: true },
{ name: 'beta', prerelease: true },
'next-major',
// Long-Term-Support branch of previous major version
'release-7.x.x',
// Long-Term-Support branch
{ name: 'release-7.x.x', range: '7.x.x', channel: '7.x.x' },
],
dryRun: false,
debug: true,
Expand Down

0 comments on commit 4ac8aef

Please sign in to comment.