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 e0e0973 commit d8a5271Copy full SHA for d8a5271
.github/scripts/highlights.mjs
@@ -70,7 +70,7 @@ async function pullRequestHighlights(prs) {
70
if (!highlights.length) return '';
71
72
highlights.unshift('## Release Notes\n\n');
73
- return highlights.join('');
+ return highlights.join('\n\n');
74
}
75
76
console.log('List of PRs to collect highlights from:', prs);
0 commit comments