Skip to content

Commit 4ac8aef

Browse files
authored
ci: Update auto release (#9520)
1 parent 82ab3f9 commit 4ac8aef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.releaserc.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function config() {
3333
console.log(`Running on branch: ${branch}`);
3434

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

3939
// Load template file contents
@@ -44,9 +44,8 @@ async function config() {
4444
'release',
4545
{ name: 'alpha', prerelease: true },
4646
{ name: 'beta', prerelease: true },
47-
'next-major',
48-
// Long-Term-Support branch of previous major version
49-
'release-7.x.x',
47+
// Long-Term-Support branch
48+
{ name: 'release-7.x.x', range: '7.x.x', channel: '7.x.x' },
5049
],
5150
dryRun: false,
5251
debug: true,

0 commit comments

Comments
 (0)