Loading...
Loading...
Compare original and translation side by side
originLATEST_RELEASE_TAG="$(
git ls-remote --tags --refs origin 'v*' 2>/dev/null |
awk -F/ '{print $3}' |
sort -V -r |
head -n1
)"
if [ -z "$LATEST_RELEASE_TAG" ]; then
LATEST_RELEASE_TAG="$(git tag -l 'v*' --sort=-v:refname | head -n1)"
fi
printf '%s\n' "$LATEST_RELEASE_TAG"mainoriginLATEST_RELEASE_TAG="$(
git ls-remote --tags --refs origin 'v*' 2>/dev/null |
awk -F/ '{print $3}' |
sort -V -r |
head -n1
)"
if [ -z "$LATEST_RELEASE_TAG" ]; then
LATEST_RELEASE_TAG="$(git tag -l 'v*' --sort=-v:refname | head -n1)"
fi
printf '%s\n' "$LATEST_RELEASE_TAG"mainmainmainCompatibility boundary: latest release tag v0.x.y; branch-local interface rewrite, no shim needed.Compatibility boundary: latest release tag v0.x.y; unreleased RunState snapshot rewrite, no shim needed.Compatibility boundary: released RunState schema; preserve compatibility and add migration coverage.Compatibility boundary: latest release tag v0.x.y; branch-local interface rewrite, no shim needed.Compatibility boundary: latest release tag v0.x.y; unreleased RunState snapshot rewrite, no shim needed.Compatibility boundary: released RunState schema; preserve compatibility and add migration coverage.