.gitlab/merge_request_templates/Release.md in gitlab-dangerfiles-2.5.0 vs .gitlab/merge_request_templates/Release.md in gitlab-dangerfiles-2.6.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-dangerfiles/commits/master that will be included in the release. -->
-- Diff: https://gitlab.com/gitlab-org/gitlab-dangerfiles/compare/v4.5.0...e18d76b309e42888759c1effe96767f13e34ae55
+<!-- Replace `<NEW_VERSION>` with the previous release here, and `<COMMIT_UPDATING_VERSION>`
+with the latest commit from this merge request. -->
+- Diff: https://gitlab.com/gitlab-org/ruby/gems/gitlab-dangerfiles/compare/v<NEW_VERSION>...<COMMIT_UPDATING_VERSION>
-- Release notes:
-
-<!-- Keep the sections order but remove the empty sections -->
-
-```markdown
-### New features and features updates
-
-- !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/dangerfiles/version.rb` is updated, according to [SemVer](https://semver.org).
- - [ ] Release notes are accurate.
+ - [ ] Based on the diff, `version.rb` is updated, according to [SemVer](https://semver.org).
- Checklist after merging:
- [ ] [Update the release notes for the newly created tag](docs/release_process.md#how-to).
+ - [ ] Check that automatic release notes (generated following the same process as https://docs.gitlab.com/ee/development/changelog.html) are correct.
-/label ~"Engineering Productivity" ~"ep::workflow" ~"tooling::workflow" ~tooling ~"Danger bot"
+/label ~"type::maintenance" ~"static code analysis"