--- release_number: "X.Y" # version number - required title: "GitLab X.Y released with Feature A and Feature B" # short title (no longer than 62 characters) - required author: Joshua Lambert # author name and surname - required author_gitlab: joshlambert # author's gitlab.com username - required author_twitter: # author's twitter username - optional image_title: '/images/X_Y/X_Y-cover-image.jpg' # cover image - required description: "GitLab X.Y released with Feature A, Feature B, Feature C, Feature D and much more!" # short description - required twitter_image: '/images/tweets/gitlab-X-Y-released.png' # social sharing image - not required but recommended categories: releases # required layout: release # required featured: yes # APPEARANCE # header_layout_dark: true #uncomment if the cover image is dark # release_number_dark: true #uncomment if you want a dark release number # COVER IMAGE LICENCE cover_img: image_url: "https://example.com#link_to_original_image" # required licence: CC0 # which licence the image is available with - required licence_url: "#https://example.com#link_to_licence" # required --- Introduction. [Markdown](/handbook/engineering/ux/technical-writing/markdown-guide/) supported. Apply the class `{: .intro-header}` for `h2` headings and `{:.intro-header-h3}` for `h3`: ```md ## `h2` Heading {: .intro-header} ### `h3` Heading {:.intro-header-h3} ``` Which will render: ## Heading {: .intro-header} ### `h3` Heading {:.intro-header-h3} ### Conclusion These are just a few highlights from the `A` new and improved features, and `B` performance improvements described below, and a small selection from the `C` merge requests made in X.Y. Check out more great updates below, such as...