Fix release process

This commit is contained in:
Louis Lam
2022-03-25 00:03:25 +08:00
parent f52e527850
commit 623d03dc6f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
console.log("Publish the release note on github, then press any key to continue");
console.log("Git Push and Publish the release note on github, then press any key to continue");
process.stdin.setRawMode(true);
process.stdin.resume();