You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently latest will always be retagged unless the version we build for is a beta version. This is undesirable because when we rebuild 2.9.0 it will be tagged as latest even though 2.9.1 is already out and therefore latest should not have been overwritten.
We should also have a test in CI that latest is in fact the latest version to detect this.
The text was updated successfully, but these errors were encountered:
I guess for now I'll just add a toggle to workflow parameters to manually disable tagging, so that we can release the pending fixes without breaking the latest tag again.
Currently latest will always be retagged unless the version we build for is a beta version. This is undesirable because when we rebuild 2.9.0 it will be tagged as latest even though 2.9.1 is already out and therefore latest should not have been overwritten.
We should also have a test in CI that latest is in fact the latest version to detect this.
The text was updated successfully, but these errors were encountered: