.gitlab/merge_request_templates/Release.md in gitlab-styles-5.0.0 vs .gitlab/merge_request_templates/Release.md in gitlab-styles-5.1.0

- old
+ new

@@ -5,11 +5,11 @@ - Release notes: <!-- Keep the sections order but remove the empty sections --> ```markdown -### New scenarios and scenario updates +### New features and features updates - !aaa <Title of the aaa MR>. ### Fixes @@ -17,19 +17,19 @@ ### Doc changes - !ccc <Title of the ccc MR>. -### Other changes (CI, backstage) +### Other changes (tooling, technical debt) - !ddd <Title of the ddd MR>. ``` - Checklist before merging: - [ ] Diff link is up-to-date. - [ ] Based on the diff, `lib/gitlab/styles/version.rb` is updated, according to [SemVer](https://semver.org). - [ ] Release notes are accurate. - Checklist after merging: - - [ ] [Create a tag for the new release version](docs/release_process.md#how-to). + - [ ] [Update the release notes for the newly created tag](docs/release_process.md#how-to). -/label ~"Engineering Productivity" ~"tooling::workflow" +/label ~"Engineering Productivity" ~"feature" ~"feature::maintenance" ~"static code analysis"