Release version 13.0.0
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA
Diff
https://gitlab.com/schurzi/gitlab-styles/-/compare/12.0.1...release_13.0.0?from_project_id=4176070
Notes
- I manually changed the Changelog entry for the rubocop Update from "Upgrade RuboCop to 1.65.1" to "Upgrade RuboCop (to 1.66.0) and rubocop extensions"
Checklist
-
Change the VERSION
constant to a minor version inlib/gitlab/styles/version.rb
(you might have to change the version number in the next steps according to SemVer). -
Ensure the diff link above is up-to-date. -
Add release notes to the Changelog section below. -
Based on the diff and the release notes, update the version.rb
according to SemVer. -
Create an MR on gitlab-org/gitlab
project with theNew Version of gitlab-styles.md
template to test the new version ofgitlab-styles
, and follow the MR instructions. (gitlab-org/gitlab!164582 (merged))
Changelog
13.0.0 (2024-09-07)
Added (4 changes)
- Add an internal affairs cop to require examples (merge request)
- Add a cop to prevent interpolated Tailwind utils (merge request)
- Add cop for formatting iso8601 dates by @schurzi (merge request)
- Enable Rails/TimeZone and Rails/Date (merge request)
Changed (3 changes)
-
Breaking Change Upgrade RuboCop (to 1.66.0) and rubocop extensions by @schurzi (merge request)
- Additional steps for upgrade of
rubocop-rspec
might be neccesary, see: Upgrade to Version 3.x
- Additional steps for upgrade of
- Use grep twice to figure out bundler version (merge request)
- CI: Use same bundle version as mentioned in Gemfile.lock (merge request)
Removed (1 change)
Other (1 change)
Edited by Peter Leitzen