.gitlab/merge_request_templates/Release.md in gitlab-styles-10.0.0 vs .gitlab/merge_request_templates/Release.md in gitlab-styles-10.1.0
- old
+ new
@@ -1,13 +1,26 @@
-<!-- Replace `<PREVIOUS_VERSION>` with the previous version number here, `<COMMIT_UPDATING_VERSION>` with the latest
+<!-- Replace `<PREVIOUS_VERSION>` with the previous version number, `<COMMIT_UPDATING_VERSION>` with the latest
commit from this merge request, and `<NEW_VERSION>` with the upcoming version number. -->
## Diff
-https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/compare/v<PREVIOUS_VERSION>...<COMMIT_UPDATING_VERSION>
+https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/compare/v<PREVIOUS_VERSION>...<COMMIT_UPDATING_VERSION>
## Checklist
-- [ ] 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).
+- [ ] Change the `VERSION` constant to a minor version in `lib/gitlab/styles/version.rb` (you might have to change the version number in the next steps according to [SemVer](https://semver.org)).
+- [ ] Ensure the diff link above is up-to-date.
+- [ ] Add release notes to the [Changelog](#changelog) section below.
+- [ ] Based on the diff and the release notes, update the `version.rb` according to [SemVer](https://semver.org).
+- [ ] Create an MR on `gitlab-org/gitlab` project [with the `New Version of gitlab-styles.md` template](https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/merge_request_templates/New%20Version%20of%20gitlab-styles.md) to test the new version of `gitlab-styles`, and follow the MR instructions.
+
+## Changelog
+
+<!--
+Paste output of:
+
+curl https://gitlab.com/api/v4/projects/4176070/repository/changelog?version=<NEW_VERSION> | jq -r ".notes"
+
+NOTE: Skip `v` in `<NEW_VERSION>`. For example, Use `version=10.0.0` instead of `version=v10.0.0`.
+
+-->
/label ~"type::maintenance" ~"static code analysis"