Skip to content

Commit

Permalink
Fix: blank line between changelog and last version
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jun 10, 2020
1 parent ddc4578 commit de35a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/release-ops.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ function writeChangelog(releaseInfo) {
(`v${releaseInfo.version} - ${timestamp}\n`).to("CHANGELOG.tmp");

// output changelog
(`\n${releaseInfo.rawChangelog}\n`).toEnd("CHANGELOG.tmp");
(`\n${releaseInfo.rawChangelog}\n\n`).toEnd("CHANGELOG.tmp");

// ensure there's a CHANGELOG.md file
if (!test("-f", "CHANGELOG.md")) {
Expand Down

0 comments on commit de35a4d

Please sign in to comment.