use double newline

This commit is contained in:
SrGooglo 2023-04-27 00:49:54 +00:00
parent 340b56eda3
commit 735bc33db6

View File

@ -80,7 +80,7 @@ async function getChangeLogString() {
}).reduce((a, b) => a + b, 0)
return `* [+${additions}/-${deletions}][${commit.packages.join(" | ")}] [${commit.message}](${commit.url}) - by [@${commit.author}](${commit.authorUrl})`
}).join("\n")
}).join("\n\n")
changelogString = changelogString.trim()