Skip to content

Commit 9896817

Browse files
authored
ci: Update auto-release LTS branch (parse-community#9968)
1 parent 04cc78f commit 9896817

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.releaserc.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function config() {
3434
console.log(`Running on branch: ${branch}`);
3535

3636
// Set changelog file
37-
const changelogFile = `./changelogs/CHANGELOG_${branch}.md`;
37+
const changelogFile = `./changelogs/CHANGELOG_release.md`;
3838
// eslint-disable-next-line no-console
3939
console.log(`Changelog file output to: ${changelogFile}`);
4040

@@ -46,9 +46,8 @@ async function config() {
4646
'release',
4747
{ name: 'alpha', prerelease: true },
4848
// { name: 'beta', prerelease: true },
49-
'next-major',
5049
// Long-Term-Support branch
51-
'release-8.x.x',
50+
{ name: 'release-8.x.x', range: '8.x.x', channel: '8.x.x' },
5251
],
5352
dryRun: false,
5453
debug: true,

0 commit comments

Comments
 (0)