chore: print changelog in publish script

pull/63/head
sualko 2020-05-23 11:22:54 +02:00
parent ade0445a23
commit b6b109b8a1
1 changed files with 2 additions and 0 deletions

View File

@ -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();