I have a protected app. I recently published a new version, but do not see the changes I just made.
From a non-edit view, I click on the version/tag at the bottom and it shows the following Releases and History.
^^ Default tab is Releases. As you can see, v1.0.3 has a description of the release, and marks the release as “Live”.
When I click over to the History tab, I see something different. As you can see from below, “v1.0.3 Live” does not reference the same thing
Another data point – if I click “Compare changes” from Releases, and compare base of v1.0.3 and “Current working version”, I see the changes that I was expecting to see in the live version.
My suspicious is that when I created a new version, it did so with the previous main. But why would it do that? Did I move to quickly from “merge branch into main” from pull request, to creating the new version?

