dsanders11

#53245: build: improve non-Chromium CL version check in roll linting

Merged
Created: Aug 27, 2026, 6:09:54 PM
Merged: Aug 27, 2026, 9:14:51 PM
2 comments
Target: main

Description of Change

Looks like Chromium Dash now sets earliestVersion correct for non-Chromium CLs, so we don't need need the hack of checking the relations, which didn't always work reliably as there could be multiple relations (roll, cherry pick, etc).

Also cleaning up the output text to label non-Chromium CLs since the numbers are similar and it's not immediately obvious when a CL is not for Chromium.

Checklist

Release Notes

Notes: none

Backports

44-x-y
Merged
PR Number
#53247
Merged At
Aug 27, 2026, 10:36:59 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron