mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
chore: update changelog format and remove version prefix for consistency
This commit is contained in:
@@ -25,7 +25,7 @@ function bumpChangelog(version) {
|
||||
}
|
||||
|
||||
const today = new Date().toISOString().slice(0, 10);
|
||||
const releaseHeader = `## v${version} (${today})`;
|
||||
const releaseHeader = `## ${version} (${today})`;
|
||||
const updated = content.replace(unreleasedHeader, releaseHeader);
|
||||
|
||||
const marker = "# Changelog\n\n";
|
||||
|
||||
Reference in New Issue
Block a user