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 751716b commit 22fe3e5Copy full SHA for 22fe3e5
1 file changed
index.js
@@ -197,7 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
197
if (firstVersionLine < lines.length) {
198
output += '\n' + lines.slice(firstVersionLine).join('\n')
199
}
200
- output += `[${tag}]: https://github.com/${owner}/${repo}/compare/${previousTag.name}...${tag}`
+ output += `\n[${tag}]: https://github.com/${owner}/${repo}/compare/${previousTag.name}...${tag}`
201
202
// WRITE CHANGELOG TO FILE
203
0 commit comments