mirror of https://github.com/sualko/cloud_bbb
chore: print changelog in publish script
parent
ade0445a23
commit
b6b109b8a1
|
@ -386,6 +386,8 @@ async function run() {
|
|||
changeLog = await editChangeLog(changeLog);
|
||||
console.log('✔ change log updated'.green);
|
||||
|
||||
console.log(changeLog);
|
||||
|
||||
console.log('Press any key to continue...');
|
||||
await keypress();
|
||||
|
||||
|
|
Loading…
Reference in New Issue