fix: indicate in logs if running in dry-run mode
This commit is contained in:
parent
5180001ae6
commit
e92c84ec08
2
index.js
2
index.js
@ -52,7 +52,7 @@ async function run(context, plugins) {
|
|||||||
);
|
);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
logger.success(`Run automated release from branch ${ciBranch}`);
|
logger.success(`Run automated release from branch ${ciBranch}${options.dryRun ? ' in dry-run mode' : ''}`);
|
||||||
|
|
||||||
await verify(context);
|
await verify(context);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user