fix: add repositoryUrl in logs
This commit is contained in:
@@ -66,7 +66,9 @@ async function run(context, plugins) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
logger[options.dryRun ? 'warn' : 'success'](
|
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 {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user