jkleinsc

#50094: docs: remove release schedule in favor of https://releases.electronjs.org/schedule

Merged
Created: Mar 5, 2026, 12:17:24 PM
Merged: Mar 6, 2026, 2:25:00 PM
3 comments
Target: main

Description of Change

Since we now have https://releases.electronjs.org/schedule which gets dynamically updated with the release schedule, we should point to that instead of hardcoding dates.

Checklist

Release Notes

Notes: none

Backports

40-x-y
Merged
PR Number
#50107
Merged At
Mar 6, 2026, 2:47:55 PM
Released In
Not yet
Release Date
Not yet
41-x-y
Merged
PR Number
#50108
Merged At
Mar 6, 2026, 2:47:31 PM
Released In
v41.0.0
Release Date
Mar 10, 2026, 2:40:55 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