ci: Update auto release (#9520)
This commit is contained in:
@@ -33,7 +33,7 @@ async function config() {
|
|||||||
console.log(`Running on branch: ${branch}`);
|
console.log(`Running on branch: ${branch}`);
|
||||||
|
|
||||||
// Set changelog file
|
// Set changelog file
|
||||||
const changelogFile = `./changelogs/CHANGELOG_${branch}.md`;
|
const changelogFile = `./changelogs/CHANGELOG_release.md`;
|
||||||
console.log(`Changelog file output to: ${changelogFile}`);
|
console.log(`Changelog file output to: ${changelogFile}`);
|
||||||
|
|
||||||
// Load template file contents
|
// Load template file contents
|
||||||
@@ -44,9 +44,8 @@ async function config() {
|
|||||||
'release',
|
'release',
|
||||||
{ name: 'alpha', prerelease: true },
|
{ name: 'alpha', prerelease: true },
|
||||||
{ name: 'beta', prerelease: true },
|
{ name: 'beta', prerelease: true },
|
||||||
'next-major',
|
// Long-Term-Support branch
|
||||||
// Long-Term-Support branch of previous major version
|
{ name: 'release-7.x.x', range: '7.x.x', channel: '7.x.x' },
|
||||||
'release-7.x.x',
|
|
||||||
],
|
],
|
||||||
dryRun: false,
|
dryRun: false,
|
||||||
debug: true,
|
debug: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user