Consolidate CHANGELOG format

This commit is contained in:
Zihua Li 2024-01-16 21:21:44 +08:00
parent f035df5fe7
commit c93dff2077

View File

@ -107,7 +107,7 @@ fs.writeFileSync(
'CHANGELOG.md',
changelog.replace(
UNRELEASED_PLACEHOLDER,
`${UNRELEASED_PLACEHOLDER}\n\n# v${version}`,
`${UNRELEASED_PLACEHOLDER}\n\n# ${version}`,
),
);