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 2a23e37 commit e7a95a4Copy full SHA for e7a95a4
lib/prepare_release.js
@@ -411,7 +411,7 @@ class ReleasePreparation {
411
}
412
} else if (arr[idx].includes(`<a id="${lastRef.substring(1)}"></a>`)) {
413
const toAppend = [];
414
- toAppend.push(`<a id="${newVersion}"></a>`);
+ toAppend.push(`<a id="${newVersion}"></a>\n`);
415
toAppend.push(releaseHeader);
416
toAppend.push('### Notable Changes\n');
417
if (isLTSTransition) {
0 commit comments