a better script for version update

This commit is contained in:
LouisLam 2021-08-04 13:53:21 +08:00
parent 8fce62632d
commit 8cd0e7a058

View File

@ -44,8 +44,8 @@ if (! exists) {
// Process README.md
fs.writeFileSync("README.md", fs.readFileSync("README.md", "utf8").replaceAll(oldVersion, newVersion));
//commit(newVersion);
//tag(newVersion);
commit(newVersion);
tag(newVersion);
} else {
console.log("version exists")
}