From 4a7c9d6cad78f171a085707b6b3ddc8943616e6b Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Tue, 25 Oct 2022 16:51:23 +0200 Subject: [PATCH] fix(update): add back log about channel pointing to branch --- packages/eas-cli/src/commands/update/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/eas-cli/src/commands/update/index.ts b/packages/eas-cli/src/commands/update/index.ts index f372807f38..588058ee78 100644 --- a/packages/eas-cli/src/commands/update/index.ts +++ b/packages/eas-cli/src/commands/update/index.ts @@ -400,6 +400,7 @@ export default class UpdatePublish extends EasCommand { branchId, channelName: branchName, }); + Log.withTick(`Channel: ${chalk.bold(branchName)} pointed at branch: ${chalk.bold(branchName)}`); // Sort the updates into different groups based on their platform specific runtime versions const updateGroups: PublishUpdateGroupInput[] = Object.entries(runtimeToPlatformMapping).map(