diff --git a/components/release-notes/PatchNotes.tsx b/components/release-notes/PatchNotes.tsx index ffa733ea75..f28f45b657 100644 --- a/components/release-notes/PatchNotes.tsx +++ b/components/release-notes/PatchNotes.tsx @@ -39,7 +39,7 @@ export function PatchNotes({ patch, withReleaseNoteLabel }: Props) {

- {SectionToLabelMap[key] || 'INVALID SECTION'} + {`${patch.version}: ${SectionToLabelMap[key]}` || 'INVALID SECTION'}