Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/templates/_deprecation_template.md.erb')
-rw-r--r--data/deprecations/templates/_deprecation_template.md.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/deprecations/templates/_deprecation_template.md.erb b/data/deprecations/templates/_deprecation_template.md.erb
index 70169ef5c5c..1ef2af67a98 100644
--- a/data/deprecations/templates/_deprecation_template.md.erb
+++ b/data/deprecations/templates/_deprecation_template.md.erb
@@ -49,8 +49,10 @@ Before updating GitLab, review the details carefully to determine if you need to
changes to your code, settings, or workflow.
<%= deprecation["body"] -%><% else %>
-<%= deprecation["body"] -%><% end %>
+<%= deprecation["body"] -%><% end %><%- if deprecation["removal_milestone"] -%>
+
**Planned removal milestone: <%= deprecation["removal_milestone"]%> (<%= deprecation["removal_date"]%>)**
+ <%- end -%>
<%- end -%>
<%- end -%>
<%- else -%>