diff --git a/release.config.js b/release.config.js index 57ad76f..3915249 100644 --- a/release.config.js +++ b/release.config.js @@ -19,7 +19,9 @@ module.exports = { '@semantic-release/git', { // eslint-disable-next-line no-template-curly-in-string - message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${(nextRelease.notes.length < 32000) ? nextRelease.notes : (nextRelease.notes.slice(0,32000) + "...\\n\\n(Notes too long. Truncated.)")}' + message: 'chore(release): ${nextRelease.version} [skip ci]\n\n' + + '${(nextRelease.notes.length < 32000) ? ' + + 'nextRelease.notes : (nextRelease.notes.slice(0,32000) + "...\\n\\n(Notes too long. Truncated.)")}' } ], [