mirror of
https://github.com/itsRevela/Revelations-Launcher.git
synced 2026-05-21 18:54:29 +00:00
fix(bump): stop rewriting README LATEST changelog header
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user