Skip to content
代码片段 群组 项目
提交 ec99d30d 编辑于 作者: Sam Wiskow's avatar Sam Wiskow 提交者: Marcel Amirault
浏览文件

Add removal versions to each deprecation notice

上级 569144bb
No related branches found
No related tags found
无相关合并请求
...@@ -56,13 +56,13 @@ For deprecation reviewers (Technical Writers only): ...@@ -56,13 +56,13 @@ For deprecation reviewers (Technical Writers only):
### <%= deprecation["title"] %> ### <%= deprecation["title"] %>
<div class="deprecation-notes"> <div class="deprecation-notes">
- Announced in: GitLab <span class="milestone"><%= deprecation["announcement_milestone"]%></span> - Announced in GitLab <span class="milestone"><%= deprecation["announcement_milestone"]%></span>
<% if deprecation["end_of_support_milestone"] -%> <% if deprecation["end_of_support_milestone"] -%>
- End of Support: GitLab <span class="milestone"><%= deprecation["end_of_support_milestone"]%></span> - End of Support GitLab <span class="milestone"><%= deprecation["end_of_support_milestone"]%></span>
<% end -%>
<% if deprecation["removal_milestone"] -%>
- Removal in GitLab <span class="milestone"><%= deprecation["removal_milestone"]%></span><% if deprecation["breaking_change"] -%> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))<% end %>
<% end -%> <% end -%>
<% if deprecation["breaking_change"] -%>
- This is a [breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change).
<%- end -%>
<% if deprecation["issue_url"] -%> <% if deprecation["issue_url"] -%>
- To discuss this change or learn more, see the [deprecation issue](<%= deprecation["issue_url"]%>). - To discuss this change or learn more, see the [deprecation issue](<%= deprecation["issue_url"]%>).
<%- end -%> <%- end -%>
......
此差异已折叠。
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册