diff --git a/src/changelog-check.ts b/src/changelog-check.ts index c9285ccc..cfd0ae06 100644 --- a/src/changelog-check.ts +++ b/src/changelog-check.ts @@ -374,6 +374,7 @@ async function checkChangelogFile({ const changelogData = parseChangelog({ changelogContent, repoUrl: '', // Not needed as we're only parsing changes + shouldExtractPrLinks: true, }); // For release PRs with version changes, check the version section