chore: move entry for #26400 to fix changelog (#27467)

* chore: move entry for #26400 to fix changelog

* add line break
This commit is contained in:
Adam Stone-Lord
2023-08-04 16:24:22 -04:00
committed by GitHub
parent afe5a1f63d
commit 24c733c3d5
2 changed files with 9 additions and 2 deletions
@@ -86,7 +86,7 @@ const getReleaseData = async (latestReleaseInfo) => {
pull_number: ref.issue,
})
const associatedIssues = getLinkedIssues(pullRequest.body)
const associatedIssues = pullRequest.body ? getLinkedIssues(pullRequest.body) : []
commits.push({
commitMessage: semanticResult.header,