2022-03-24 16:03:25 +00:00
|
|
|
console.log("Git Push and Publish the release note on github, then press any key to continue");
|
2022-03-20 03:08:33 +00:00
|
|
|
|
|
|
|
process.stdin.setRawMode(true);
|
|
|
|
process.stdin.resume();
|
|
|
|
process.stdin.on("data", process.exit.bind(process, 0));
|
|
|
|
|