From aab8bb3cab98a5125c2467444f2dbecf512610e2 Mon Sep 17 00:00:00 2001 From: Brian Rhea <brhea@gitlab.com> Date: Thu, 18 Aug 2022 21:59:43 +0000 Subject: [PATCH] Add a line break after end of support milestone --- data/deprecations/templates/_deprecation_template.md.erb | 2 +- doc/update/deprecations.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/deprecations/templates/_deprecation_template.md.erb b/data/deprecations/templates/_deprecation_template.md.erb index 93713a5e407dc..0725ce2891ecd 100644 --- a/data/deprecations/templates/_deprecation_template.md.erb +++ b/data/deprecations/templates/_deprecation_template.md.erb @@ -53,7 +53,7 @@ sole discretion of GitLab Inc. ### <%= deprecation["name"]%> <% if deprecation["end_of_support_milestone"] -%> -End of Support: GitLab <span class="removal-milestone"><%= deprecation["end_of_support_milestone"]%></span> (<%= deprecation["end_of_support_date"]%>) +End of Support: GitLab <span class="removal-milestone"><%= deprecation["end_of_support_milestone"]%></span> (<%= deprecation["end_of_support_date"]%>)<br /> <% end -%> Planned removal: GitLab <span class="removal-milestone"><%= deprecation["removal_milestone"]%></span> (<%= deprecation["removal_date"]%>) <% if deprecation["breaking_change"] -%> diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index c4ec7091f100f..5b8bdd6f8dd83 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -51,7 +51,7 @@ sole discretion of GitLab Inc. ### Security report schemas version 14.x.x -End of Support: GitLab <span class="removal-milestone">15.8</span> (2023-01-22) +End of Support: GitLab <span class="removal-milestone">15.8</span> (2023-01-22)<br /> Planned removal: GitLab <span class="removal-milestone">16.0</span> (2023-05-22) WARNING: @@ -135,7 +135,7 @@ The [**Maximum number of active pipelines per project** limit](https://docs.gitl ### Redis 5 deprecated -End of Support: GitLab <span class="removal-milestone">15.6</span> (2022-11-22) +End of Support: GitLab <span class="removal-milestone">15.6</span> (2022-11-22)<br /> Planned removal: GitLab <span class="removal-milestone">16.0</span> (2023-05-22) WARNING: -- GitLab