File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments