mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
Merge branch 'develop' into chore/merge_develop_into_release_13
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