File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,10 @@ async function config() {
30
30
31
31
// Get branch
32
32
const branch = ref ?. split ( '/' ) ?. pop ( ) ?. split ( '-' ) [ 0 ] || '(current branch could not be determined)' ;
33
- // eslint-disable-next-line no-console
34
33
console . log ( `Running on branch: ${ branch } ` ) ;
35
34
36
35
// Set changelog file
37
36
const changelogFile = `./changelogs/CHANGELOG_${ branch } .md` ;
38
- // eslint-disable-next-line no-console
39
37
console . log ( `Changelog file output to: ${ changelogFile } ` ) ;
40
38
41
39
// Load template file contents
@@ -94,9 +92,9 @@ async function config() {
94
92
} ] ,
95
93
// Back-merge module runs last because if it fails it should not impede the release process
96
94
[
97
- " @saithodev/semantic-release-backmerge" ,
95
+ ' @saithodev/semantic-release-backmerge' ,
98
96
{
99
- " backmergeBranches" : [
97
+ ' backmergeBranches' : [
100
98
// { from: 'beta', to: 'alpha' },
101
99
// { from: 'release', to: 'beta' },
102
100
{ from : 'release' , to : 'alpha' } ,
You can’t perform that action at this time.
0 commit comments