-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: latest seems to use most recent release instead of latest release #17
Comments
That you very much for you report. If I understand correctly, you mean that the release tagged For example, sometimes the version v1.x.y can be considered as |
yes, that is my understanding...
even though this time `latest` is actually correct (see screenshot and
link) and my suspicion is that `setup-sentry-cli` actually picked 1.7.x
(presumably as _chronologically_ latest) because my workflow broke and
explicitly setting version to `2.whatever` fixed it immediately
…On Thu, Apr 27, 2023 at 3:41 PM Mathieu Bour ***@***.***> wrote:
That you very much for you report. If I understand correctly, you mean
that the release tagged latest is sometimes a back of a v1.x instead of a
v2.x?
For example, sometimes the version v1.x.y can be considered as latest
instead of the latest v2?
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADXVWJWSVB2QAMUGPS5R5DXDLYYBANCNFSM6AAAAAAXOL2FQU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Right now https://github.com/getsentry/sentry-cli/releases/latest redirects
to `2.17.5` but it seems like setup-sentry-cli when used with `version:
latest` actually picked up 1.75.x
On Fri, Apr 28, 2023 at 9:58 AM Kosty Maleyev ***@***.***>
wrote:
… yes, that is my understanding...
even though this time `latest` is actually correct (see screenshot and
link) and my suspicion is that `setup-sentry-cli` actually picked 1.7.x
(presumably as _chronologically_ latest) because my workflow broke and
explicitly setting version to `2.whatever` fixed it immediately
On Thu, Apr 27, 2023 at 3:41 PM Mathieu Bour ***@***.***>
wrote:
> That you very much for you report. If I understand correctly, you mean
> that the release tagged latest is sometimes a back of a v1.x instead of
> a v2.x?
>
> For example, sometimes the version v1.x.y can be considered as latest
> instead of the latest v2?
>
> —
> Reply to this email directly, view it on GitHub
> <#17 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AADXVWJWSVB2QAMUGPS5R5DXDLYYBANCNFSM6AAAAAAXOL2FQU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Thanks for the report and investigation. However, I do think that using the Maybe instead I introduce should semver matching like:
|
I just ran into this issue as well, and setting an explicit I think people generally understand |
Sentry will be fixing this on our side: getsentry/craft#498 |
Just chiming in here, we have already fixed the problem where in our release registry The problem that we are currently fixing is to ensure the release on github is not marked as "latest". However, that should not really affect anything, except that it is potentially confusing. So I think this can be closed now, as as far as I can see this repo only relies on |
Hi all, thanks for the update. Feel free to re-open if Sentry messes again with the |
Hey Mathieu, thanks for creating this super useful action.
Most recent release is sometimes a backport (e.g. right now it's 1.75.1) which will break workflow that was using 2.x
switching to
version: 2.17.4
which isLatest
at the time of writing fixed my broken workflow which leads me to believe that using1.75.1
is the root cause.The text was updated successfully, but these errors were encountered: