Skip to content

Commit

Permalink
fix(release): remove duplicate space character in thank you header
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Oct 28, 2024
1 parent f84b6e5 commit baf34bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/release/changelog-renderer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export default class DefaultChangelogRenderer {
if (authors.length > 0) {
markdownLines.push(
'',
'### ' + '❤️ Thank You',
'### ' + '❤️ Thank You',
'',
...authors
.sort((a, b) => a.name.localeCompare(b.name))
Expand Down

0 comments on commit baf34bc

Please sign in to comment.