fix: remove name
from log as it's not an existing option anymore
This commit is contained in:
parent
89f5e07408
commit
fcb832bbe1
2
index.js
2
index.js
@ -19,7 +19,7 @@ module.exports = async opts => {
|
||||
throw new SemanticReleaseError('The repositoryUrl option is required', 'ENOREPOURL');
|
||||
}
|
||||
|
||||
logger.log('Run automated release from branch %s', options.name, options.branch);
|
||||
logger.log('Run automated release from branch %s', options.branch);
|
||||
|
||||
if (!options.dryRun) {
|
||||
logger.log('Call plugin %s', 'verify-conditions');
|
||||
|
Loading…
x
Reference in New Issue
Block a user