mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
use double newline
This commit is contained in:
parent
340b56eda3
commit
735bc33db6
@ -80,7 +80,7 @@ async function getChangeLogString() {
|
|||||||
}).reduce((a, b) => a + b, 0)
|
}).reduce((a, b) => a + b, 0)
|
||||||
|
|
||||||
return `* [+${additions}/-${deletions}][${commit.packages.join(" | ")}] [${commit.message}](${commit.url}) - by [@${commit.author}](${commit.authorUrl})`
|
return `* [+${additions}/-${deletions}][${commit.packages.join(" | ")}] [${commit.message}](${commit.url}) - by [@${commit.author}](${commit.authorUrl})`
|
||||||
}).join("\n")
|
}).join("\n\n")
|
||||||
|
|
||||||
changelogString = changelogString.trim()
|
changelogString = changelogString.trim()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user