.gitlab/merge_request_templates/Release.md in gitlab-styles-6.6.0 vs .gitlab/merge_request_templates/Release.md in gitlab-styles-7.0.0

- old
+ new

@@ -1,35 +1,13 @@ -<!-- Replace `v4.5.0` with the previous release here, and `e18d76b309e42888759c1effe96767f13e34ae55` -with the latest commit from https://gitlab.com/gitlab-org/gitlab-styles/commits/master that will be included in the release. --> -- Diff: https://gitlab.com/gitlab-org/gitlab-styles/compare/v4.5.0...e18d76b309e42888759c1effe96767f13e34ae55 +<!-- Replace `<PREVIOUS_VERSION>` with the previous version number here, `<COMMIT_UPDATING_VERSION>` with the latest +commit from this merge request, and `<NEW_VERSION>` with the upcoming version number. --> +## Diff -- Release notes: +https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/compare/v<PREVIOUS_VERSION>...<COMMIT_UPDATING_VERSION> -<!-- Keep the sections order but remove the empty sections --> +## Checklist -```markdown -### New features and features updates +- [ ] Diff link is up-to-date. +- [ ] Check the release notes: https://gitlab.com/api/v4/projects/4176070/repository/changelog?version=<NEW_VERSION> +- [ ] Based on the diff and the release notes, `version.rb` is updated, according to [SemVer](https://semver.org). -- !aaa <Title of the aaa MR>. - -### Fixes - -- !bbb <Title of the bbb MR>. - -### Doc changes - -- !ccc <Title of the ccc MR>. - -### 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: - - [ ] [Update the release notes for the newly created tag](docs/release_process.md#how-to). - -/label ~"Engineering Productivity" ~"feature" ~"feature::maintenance" ~"static code analysis" +/label ~"type::maintenance" ~"static code analysis"