diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-18 20:02:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-18 20:02:30 +0000 |
commit | 41fe97390ceddf945f3d967b8fdb3de4c66b7dea (patch) | |
tree | 9c8d89a8624828992f06d892cd2f43818ff5dcc8 /data/whats_new/templates | |
parent | 0804d2dc31052fb45a1efecedc8e06ce9bc32862 (diff) | |
download | gitlab-ce-41fe97390ceddf945f3d967b8fdb3de4c66b7dea.tar.gz |
Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42
Diffstat (limited to 'data/whats_new/templates')
-rw-r--r-- | data/whats_new/templates/YYYYMMDD0001_XX_YY.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/whats_new/templates/YYYYMMDD0001_XX_YY.yml b/data/whats_new/templates/YYYYMMDD0001_XX_YY.yml index f8611da2cff..0e34b37a32b 100644 --- a/data/whats_new/templates/YYYYMMDD0001_XX_YY.yml +++ b/data/whats_new/templates/YYYYMMDD0001_XX_YY.yml @@ -9,8 +9,8 @@ # # Please delete this line and above before submitting your merge request. -- title: # Match the release post entry - body: | # Do not modify this line, instead modify the lines below. +- title: # Match the release post entry + body: | # Do not modify this line, instead modify the lines below. <!-- START OF BODY COMMENT This area supports markdown. @@ -22,11 +22,11 @@ Delete this entire comment and replace it with your markdown content. END OF BODY COMMENT --> - stage: # String value of the stage that the feature was created in. e.g., Growth - self-managed: # Boolean value (true or false) - gitlab-com: # Boolean value (true or false) - packages: # Array of strings. The Array brackets are required here. e.g., [Core, Starter, Premium, Ultimate] - url: # This is the documentation URL, but can be a URL to a video if there is one - image_url: # This should be a full URL, generally taken from the release post content. If a video, use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg - published_at: # YYYY-MM-DD - release: # XX.Y + stage: # String value of the stage that the feature was created in. e.g., Growth + self-managed: # Boolean value (true or false) + gitlab-com: # Boolean value (true or false) + packages: # Array of strings. The Array brackets are required here. e.g., [Core, Starter, Premium, Ultimate] + url: # This is the documentation URL, but can be a URL to a video if there is one + image_url: # This should be a full URL, generally taken from the release post content. If a video, use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg + published_at: # YYYY-MM-DD + release: # XX.Y |