.gitlab/merge_request_templates/Release.md in gitlab-dangerfiles-2.7.1 vs .gitlab/merge_request_templates/Release.md in gitlab-dangerfiles-2.8.0

- old
+ new

@@ -1,12 +1,13 @@ -<!-- 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> +<!-- 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 -- Checklist before merging: - - [ ] Diff link is up-to-date. - - [ ] Based on the diff, `version.rb` is updated, according to [SemVer](https://semver.org). +https://gitlab.com/gitlab-org/ruby/gems/gitlab-dangerfiles/compare/v<PREVIOUS_VERSION>...<COMMIT_UPDATING_VERSION> -- Checklist after merging: - - [ ] Check that automatic release notes (generated following the same process as https://docs.gitlab.com/ee/development/changelog.html) are correct. +## Checklist + +- [ ] Diff link is up-to-date. +- [ ] Check the release notes: https://gitlab.com/api/v4/projects/gitlab-org%2Fruby%2Fgems%2Fgitlab-dangerfiles/repository/changelog?version=<NEW_VERSION> +- [ ] Based on the diff and the release notes, `version.rb` is updated, according to [SemVer](https://semver.org). /label ~"type::maintenance" ~"static code analysis"