Skip to content

Commit 4e4de0c

Browse files
dariakpmalikj2000
authored andcommitted
chore: fix release highlight formatting
1 parent 9dba757 commit 4e4de0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/highlights.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function pullRequestHighlights(prs) {
7070
if (!highlights.length) return '';
7171

7272
highlights.unshift('## Release Notes\n\n');
73-
return highlights.join('');
73+
return highlights.join('\n\n');
7474
}
7575

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

0 commit comments

Comments
 (0)