Update changelog when versioning

This commit is contained in:
Wilson Lin 2022-10-28 11:15:16 +11:00
parent e888f92689
commit 9d0cd1a45c
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ cmd("bash", "./prebuild.sh");
cmd("cargo", "test", { workingDir: RUST_MAIN_DIR });
cmd("cargo", "test", { workingDir: RUST_ONEPASS_DIR });
replaceInFile("CHANGELOG.md", /^## Pending$/m, `## ${NEW_VERSION}`);
for (const f of [
`${RUST_MAIN_DIR}/Cargo.toml`,
`${RUST_ONEPASS_DIR}/Cargo.toml`,