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