From edaa33dee2ff2f7ea3fac488d41558eb5f86d68c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Jan 2022 09:16:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-7-stable-ee --- data/deprecations/templates/example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/deprecations/templates/example.yml') diff --git a/data/deprecations/templates/example.yml b/data/deprecations/templates/example.yml index 07e65af8277..3097db557b8 100644 --- a/data/deprecations/templates/example.yml +++ b/data/deprecations/templates/example.yml @@ -14,7 +14,8 @@ announcement_milestone: "XX.YY" # The milestone when this feature was first announced as deprecated. announcement_date: "YYYY-MM-DD" # The date of the milestone release when this feature was first announced as deprecated. This should almost always be the 22nd of a month (YYYY-MM-22), unless you did an out of band blog post. removal_milestone: "XX.YY" # The milestone when this feature is planned to be removed - removal_date: "YYYY-MM-DD" # This should almost always be the 22nd of a month (YYYY-MM-22), the date of the milestone release when this feature is planned to be removed. + removal_date: # The date of the milestone release when this feature was first announced as deprecated. This should almost always be the 22nd of a month (YYYY-MM-22), unless you did an out of band blog post. + breaking_change: false # If this deprecation is a breaking change, set this value to true body: | # Do not modify this line, instead modify the lines below.