A-Star100

#50359: docs: remove postinstall lifecycle warning

Merged
Created: Mar 18, 2026, 7:18:39 PM
Merged: Mar 20, 2026, 4:37:53 PM
6 comments
Target: main

Description of Change

remove postinstall lifecycle warnings because they are redundant as of electron v42

Checklist

Release Notes

Notes: none

Backports

42-x-y
In-flight
PR Number
#50405
Waiting to be merged

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