Expo Update shows changes from base branch

Why Expo Updates also shows commits from the base branch and not only from the branch that the action to generate a new update was triggered?

Example:
Branch B has some commits
Branch A has some commits, but doesn’t have the commits that branch B has (git merge with Branch B was not runned)

My project has the setting to generate a new update whenever a PR is opened, via GitHub Actions. I have an opened PR to merge Branch A into Branch B. When new update is done and I open it on my dev client build, the commits from Branch B also appears. Why?

  • Workflow: managed