Skip to content

Commit 22fe3e5

Browse files
committed
fix: ensure newline before footer links
1 parent 751716b commit 22fe3e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
197197
if (firstVersionLine < lines.length) {
198198
output += '\n' + lines.slice(firstVersionLine).join('\n')
199199
}
200-
output += `[${tag}]: https://github.com/${owner}/${repo}/compare/${previousTag.name}...${tag}`
200+
output += `\n[${tag}]: https://github.com/${owner}/${repo}/compare/${previousTag.name}...${tag}`
201201

202202
// WRITE CHANGELOG TO FILE
203203

0 commit comments

Comments
 (0)