We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d40354 commit 2990abaCopy full SHA for 2990aba
release.config.js
@@ -19,7 +19,9 @@ module.exports = {
19
'@semantic-release/git',
20
{
21
// eslint-disable-next-line no-template-curly-in-string
22
- 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' +
23
+ '${(nextRelease.notes.length < 32000) ? ' +
24
+ 'nextRelease.notes : (nextRelease.notes.slice(0,32000) + "...\\n\\n(Notes too long. Truncated.)")}'
25
}
26
],
27
[
0 commit comments