Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 603 Bytes

File metadata and controls

30 lines (20 loc) · 603 Bytes

Release notes template

Use this template when running:

gh release create vX.Y.Z --title "vX.Y.Z" --notes "..."

Summary

  • <behavior change 1>
  • <behavior change 2>
  • <behavior change 3>

Migration notes

  • <breaking/non-backward-compatible changes>
  • Migration guide: MIGRATION_GUIDE_DOM_TO_GEOMETRA.md

Performance notes

  • <hit-test / text metrics / geometry diff impact>
  • npm run test:perf status

Verification

  • npm run release:gate
  • CI quality/perf workflows green