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
fix: use list of objects for crs-versions to avoid duplicate target names
When lts and latest point to the same CRS version, using a map produces
duplicate target names. Switch to a list of {tag, version} objects so
the target name uses the semantic key (previous/lts/latest) instead of
the version string. Also update verifyimage.yml to derive the CRS major
version by checking whether the target ends with "-previous" rather than
parsing a version number from the name.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments