From 40657ba6c223013aadafdc99cb8d53a4feb9d5cc 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 421fa577fc..a53381aee4 100644 --- a/packages/eas-cli/src/commands/update/index.ts +++ b/packages/eas-cli/src/commands/update/index.ts @@ -423,6 +423,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(