Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Oct 19, 2022
1 parent 3826e86 commit e17a3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function getChangelog(content) {
}
}
}
return changeLog.join('\n');
return changeLog.join('\n\n');
}

const changelogPath = path.join(__dirname, '..', CHANGELOG_NAME);
Expand Down

0 comments on commit e17a3a1

Please sign in to comment.