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
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-13 03:11:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-13 03:11:17 +0300
commita40a165fc9847ce0a047ac2c42150de4b31e6db6 (patch)
tree9ff9ad0cb92361a754bff493461835a5e42b6b80 /data
parent5a0f97c17d3cfdcf3738a4f46e960f05826b7bd4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/templates/example.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/deprecations/templates/example.yml b/data/deprecations/templates/example.yml
index 2bd92cc4b28..18ec63c0a46 100644
--- a/data/deprecations/templates/example.yml
+++ b/data/deprecations/templates/example.yml
@@ -11,6 +11,7 @@
# Please delete this line and above before submitting your merge request.
- name: "Feature name" # The name of the feature to be deprecated
+ announcement_milestone: "XX.YY" # The milestone when this feature was first announced as deprecated.
removal_milestone: "XX.YY" # the milestone when this feature is planned to be removed
body: | # Do not modify this line, instead modify the lines below.
<!-- START OF BODY COMMENT
@@ -30,6 +31,5 @@
documentation_url: # (optional) This is a link to the current documentation page
image_url: # (optional) This is a link to a thumbnail image depicting the feature
video_url: # (optional) Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg
- announcement_milestone: # (optional - may be required in the future) XX.YY format - the milestone when this feature was first announced as deprecated
announcement_date: # (optional - may be required in the future) YYYY-MM-DD format - the date of the milestone release when this feature was first announced as deprecated
removal_date: # (optional - may be required in the future) YYYY-MM-DD format - the date of the milestone release when this feature is planned to be removed