Skip to content

Commit

Permalink
fsdh
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 13, 2024
1 parent 8d97e1e commit cd7cf30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/write-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ async function writeChangelog(): Promise<void> {
'CHANGELOG.md',
unifiedChangelog.split('\n').slice(0, 30).join('\n') +
`# ${process.env.VERSION}` +
'\n' +
process.env.CHANGELOG +
unifiedChangelog.split('\n').slice(30).join('\n'),
{ encoding: 'utf8' }
Expand Down

0 comments on commit cd7cf30

Please sign in to comment.