in src/pages/release-notes/prepare-release-notes.tsx [64:79]
can either click on a label to assign that label to a specific category henceforth (on
your computer) or just manually sort them later in the release notes into a specific
category.
</p>
<p>
This list does not include <em>deprecation</em> and <em>breaking</em> PRs since they
are not rendered grouped in the release notes.
</p>
</EuiCallOut>
<EuiSpacer size="m" />
{unknownPrs.map((pr) => (
<React.Fragment key={pr.id}>
<UncategorizedPr pr={pr} />
<EuiSpacer size="s" />
</React.Fragment>
))}