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
The current "make_latest" setting is incorrectly marking patch releases in the 4.x release line as the "latest" release, despite having higher semver releases (i.e. stuff in the 5.x release line) available.
Best guess is that "legacy" treats new releases on older majors as the "latest" which is not our interpretation
We'll need to work this out manually - make an additional API in gha-tag-release that call the tags endpoint and does something similar to https://github.com/silverstripe/gha-ci/blob/1.4/.github/workflows/ci.yml#L815 to work out what the highest stable tag is, and the new tag would be newer than that, either a higher minor version or just a higher patch version
The current "make_latest" setting is incorrectly marking patch releases in the 4.x release line as the "latest" release, despite having higher semver releases (i.e. stuff in the 5.x release line) available.
e.g. see https://github.com/silverstripe/silverstripe-framework/releases - the release for 4.13.11 was marked as latest despite a higher semver release being available.
PRs
The text was updated successfully, but these errors were encountered: