Skip to content

Commit e7a95a4

Browse files
authored
fix: add missing new line in changelog (#591)
1 parent 2a23e37 commit e7a95a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prepare_release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ class ReleasePreparation {
411411
}
412412
} else if (arr[idx].includes(`<a id="${lastRef.substring(1)}"></a>`)) {
413413
const toAppend = [];
414-
toAppend.push(`<a id="${newVersion}"></a>`);
414+
toAppend.push(`<a id="${newVersion}"></a>\n`);
415415
toAppend.push(releaseHeader);
416416
toAppend.push('### Notable Changes\n');
417417
if (isLTSTransition) {

0 commit comments

Comments
 (0)