erickzhao

#51020: docs: mention pre-release installation

Merged
Created: Apr 13, 2026, 12:49:04 PM
Merged: Apr 14, 2026, 11:23:47 AM
4 comments
Target: main

Description of Change

ref #51012

cc @nikwen @electron/docs

Checklist

Release Notes

Notes: none

Backports

41-x-y
In-flight
PR Number
#51045
Waiting to be merged
42-x-y
Merged
PR Number
#51044
Merged At
Apr 14, 2026, 1:53:14 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