- Diff: https://gitlab.com/gitlab-org/gitlab-styles/compare/v4.5.0...e18d76b309e42888759c1effe96767f13e34ae55 - Release notes: ```markdown ### New scenarios and scenario updates - !aaa . ### Fixes - !bbb <Title of the bbb MR>. ### Doc changes - !ccc <Title of the ccc MR>. ### Other changes (CI, backstage) - !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). /label ~"Engineering Productivity" ~"tooling::workflow"