diff --git a/src/current/releases/release-support-policy.md b/src/current/releases/release-support-policy.md index bd7e03cd4da..0b4ab30703a 100644 --- a/src/current/releases/release-support-policy.md +++ b/src/current/releases/release-support-policy.md @@ -150,7 +150,7 @@ Innovation releases are not eligible for Assistance Support, and reach EOL at th {{ v.major_version }}{% if will_never_have_lts == false and v.initial_lts_patch == "N/A" %} *{% elsif skippable == true %} **{% endif %} {% if v.last_ga_patch != "N/A" %}{{ v.major_version }}.0 - {{ v.last_ga_patch }}{% else %}{{ v.major_version }}.0+{% endif %} - GA + {% if skippable == true %}Innovation{% else %}GA{% endif %} {{ v.release_date }} {% if v.maint_supp_exp_date != "N/A" %}{{ v.maint_supp_exp_date }}{% endif %} {{ v.asst_supp_exp_date }} @@ -249,7 +249,7 @@ The following versions of CockroachDB are no longer supported. {{ v.major_version }}{% if skippable == true %} *{% endif %} {% if v.last_ga_patch != "N/A" %}{{ v.major_version }}.0 - {{ v.last_ga_patch }}{% else %}{{ v.major_version }}.0+{% endif %} - GA + {% if skippable == true %}Innovation{% else %}GA{% endif %} {{ v.release_date }} {% if v.maint_supp_exp_date != "N/A" %}{{ v.maint_supp_exp_date }}{% endif %} {{ v.asst_supp_exp_date }}