Skip to content

Commit

Permalink
Fix release-notes.js (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaul authored Aug 29, 2024
1 parent 4dd34e9 commit ca45bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (previous) {
}
const templatedReleaseNotes = `${header}
${latest.changelog}
${latest.changelog}`;

// eslint-disable-next-line eol-last
process.stdout.write(templatedReleaseNotes.trimEnd());

0 comments on commit ca45bcc

Please sign in to comment.