We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console.log
1 parent 50f3c6e commit e5a73d8Copy full SHA for e5a73d8
index.js
@@ -41,7 +41,7 @@ async function run(options, plugins) {
41
await verify(options);
42
43
logger.log('Run automated release from branch %s', options.branch);
44
- console.log(options);
+
45
logger.log('Call plugin %s', 'verify-conditions');
46
await plugins.verifyConditions({options, logger}, {settleAll: true});
47
0 commit comments