#53336: build: remove requirement of empty commit message body
Merged
Description of Change
The chromium roller commit linting was failing on a commit like this:
chore: update patches
Signed-off-by: John Kleinschmidt <jkleinsc@electronjs.org>
This should be a valid commit. The Signed-off-by gets added to the commit when a commit is signed off via git commit --amend --signoff or git rebase -i --signoff HEAD~n
Checklist
- I have built and tested this change
- I have filled out the PR description
- I have reviewed and verified the changes
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
44-x-y
MergedPR Number
#53347Merged At
Aug 31, 2026, 5:10:58 PM
Released In
v44.1.1Release Date
Sep 1, 2026, 11:00:23 AM
45-x-y
MergedPR Number
#53346Merged At
Aug 31, 2026, 5:12:18 PM
Released In
v45.0.0-alpha.4Release Date
Sep 3, 2026, 3:00:16 PM
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