Skip to content

Commit

Permalink
chore: fix release highlight formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakp committed Jun 22, 2023
1 parent e0e0973 commit d8a5271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/highlights.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function pullRequestHighlights(prs) {
if (!highlights.length) return '';

highlights.unshift('## Release Notes\n\n');
return highlights.join('');
return highlights.join('\n\n');
}

console.log('List of PRs to collect highlights from:', prs);
Expand Down

0 comments on commit d8a5271

Please sign in to comment.