Skip to content

Commit

Permalink
partial revert on 0cb4378 (releaseStatus hack)
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Aug 15, 2024
1 parent 8b9a47d commit c822f0e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,20 +255,6 @@ for version in "${versions[@]}"; do
| jq -r --arg version "${version%-*}" '.major_releases[] | select(.release_id == $version) | [ .release_status ] , [ .release_support_type ] | @tsv')"
releaseStatus=${release[0]:-Unknown}
supportType=${release[1]:-Unknown}
if [ "$releaseStatus" == Unknown ]; then
case "$version" in
11.5*)
releaseStatus=Stable
;;
11.6*)
releaseStatus=RC
;;
main*)
releaseStatus=Alpha
;;
esac
supportType="Short Term Support"
fi

update_version
done

0 comments on commit c822f0e

Please sign in to comment.