diff --git a/.releaserc.js b/.releaserc.js index aa60e1dde7..a709a0e233 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -30,12 +30,10 @@ async function config() { // Get branch const branch = ref?.split('/')?.pop()?.split('-')[0] || '(current branch could not be determined)'; - // eslint-disable-next-line no-console console.log(`Running on branch: ${branch}`); // Set changelog file const changelogFile = `./changelogs/CHANGELOG_${branch}.md`; - // eslint-disable-next-line no-console console.log(`Changelog file output to: ${changelogFile}`); // Load template file contents @@ -94,9 +92,9 @@ async function config() { }], // Back-merge module runs last because if it fails it should not impede the release process [ - "@saithodev/semantic-release-backmerge", + '@saithodev/semantic-release-backmerge', { - "backmergeBranches": [ + 'backmergeBranches': [ // { from: 'beta', to: 'alpha' }, // { from: 'release', to: 'beta' }, { from: 'release', to: 'alpha' },