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
v38.5.0
Release Date
Oct 28, 2025, 11:02:53 AM
39-x-y
Merged
PR Number
#48697
Merged At
Oct 28, 2025, 9:56:18 AM
Released In
v39.1.0
Release Date
Nov 4, 2025, 10:02:00 AM

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