Skip to content

Commit 418f194

Browse files
authored
fix: update changelog list when preparing release (#712)
Signed-off-by: RafaelGSS <[email protected]>
1 parent 80b9550 commit 418f194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prepare_release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export default class ReleasePreparation {
387387
` ${releaseInfo}, @${username}\n`;
388388

389389
const topHeader =
390-
`<a href="#${lastRef.substring(1)}">${lastRef.substring(1)}</a><br/>`;
390+
`<a href="#${lastRef.substring(1)}">${lastRef.substring(1)}</a>`;
391391
const newHeader =
392392
`<a href="#${newVersion}">${newVersion}</a><br/>`;
393393
for (let idx = 0; idx < arr.length; idx++) {

0 commit comments

Comments
 (0)