fix: add repositoryUrl in logs

This commit is contained in:
Pierre Vanduynslager 2020-02-17 13:15:06 -05:00
parent ec516a34bf
commit 55be0ba2b1

View File

@ -66,7 +66,9 @@ async function run(context, plugins) {
}
logger[options.dryRun ? 'warn' : 'success'](
`Run automated release from branch ${ciBranch}${options.dryRun ? ' in dry-run mode' : ''}`
`Run automated release from branch ${ciBranch} on repository ${options.repositoryUrl}${
options.dryRun ? ' in dry-run mode' : ''
}`
);
try {