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() {
33
33
console . log ( `Running on branch: ${ branch } ` ) ;
34
34
35
35
// Set changelog file
36
- const changelogFile = `./changelogs/CHANGELOG_ ${ branch } .md` ;
36
+ const changelogFile = `./changelogs/CHANGELOG_release .md` ;
37
37
console . log ( `Changelog file output to: ${ changelogFile } ` ) ;
38
38
39
39
// Load template file contents
@@ -44,9 +44,8 @@ async function config() {
44
44
'release' ,
45
45
{ name : 'alpha' , prerelease : true } ,
46
46
{ 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' } ,
50
49
] ,
51
50
dryRun : false ,
52
51
debug : true ,
You can’t perform that action at this time.
0 commit comments