Lines Matching refs:branch
50 ### Unexpected branch
53 alt="Deployment has unexpected branch"
54 src="/static/images/eas-update/deployments-wrong-branch.png"
58 …f the deployment has an unexpected branch, we need to [map our channel to the correct branch](/#ma…
68 The displayed deployment does not have any updates. To fix this, [publish an update to the branch](…
70 ### Missing branch
73 alt="Deployment has no branch"
74 src="/static/images/eas-update/deployments-no-branch.png"
78 …hannel, but it is not linked to a branch. To fix this, [map the channel to the correct branch](/#m…
122 ### Map channel to branch
124 If the channel is not mapped to the branch we expect, we can change the link with:
128 '# eas channel:edit [channel-name] --branch [branch-name]',
132 'eas channel:edit production --branch release-1.0',
136 If our branch is not listed, we can create a new branch with `eas branch:create`.
144 After publishing, the output will display the branch and the runtime version. This information can …