mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
* chore: move entry for #26400 to fix changelog * add line break
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user