From 55be0ba2b1d8a5f7d817f0d4567be04170580028 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Mon, 17 Feb 2020 13:15:06 -0500 Subject: [PATCH] fix: add `repositoryUrl` in logs --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 24c19b5198..9959f92f4d 100644 --- a/index.js +++ b/index.js @@ -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 {