erickzhao

#48690: ci: use <sup> in release notes generator

Merged
Created: Oct 27, 2025, 5:24:26 PM
Merged: Oct 28, 2025, 3:06:23 AM
3 comments
Target: main

Description of Change

Makes the script compatible with both standard Markdown and MDX (for the website blog).

See: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/sup

cc @electron/wg-releases

Checklist

Release Notes

Notes: none

Backports

38-x-y
Merged
PR Number
#48698
Merged At
Oct 28, 2025, 9:57:00 AM
Released In
Not yet
Release Date
Not yet
39-x-y
Merged
PR Number
#48697
Merged At
Oct 28, 2025, 9:56:18 AM
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