MarshallOfSound

#53798: docs: add REVIEW.md and treat it as a docs-only change in CI

Merged
Created: Sep 9, 2026, 5:01:27 PM
Merged: Sep 9, 2026, 5:28:27 PM
7 comments
Target: main
  • Adds REVIEW.md at the repo root: instructions for automated review of PRs to this repo.
  • Adds REVIEW.md to the docs-only path filter in build.yml (both the docs list and the negated src pattern) so changes touching only this file skip the full build.

Notes: none

Backports

42-x-y
In-flight
PR Number
#53803
Waiting to be merged
43-x-y
In-flight
PR Number
#53804
Waiting to be merged
44-x-y
Merged
PR Number
#53800
Merged At
Sep 9, 2026, 5:33:30 PM
Released In
Not yet
Release Date
Not yet
45-x-y
Merged
PR Number
#53799
Merged At
Sep 9, 2026, 5:33:41 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