fix(bump): stop rewriting README LATEST changelog header

This commit is contained in:
itsRevela
2026-04-17 15:21:47 -05:00
parent 64078ee9a0
commit 7f91168799

View File

@@ -23,10 +23,6 @@ const files = [
path: "src-tauri/Cargo.toml",
replace: (s) => s.replace(/^version = "[^"]+"/m, `version = "${version}"`),
},
{
path: "README.md",
replace: (s) => s.replace(/### LATEST: v[\d.]+/, `### LATEST: v${version}`),
},
];
for (const file of files) {