From a7b1f6ac31f1e94825ec78383c227f41aa0e85b4 Mon Sep 17 00:00:00 2001 From: Matt Schile Date: Fri, 12 May 2023 10:30:32 -0600 Subject: [PATCH] chore: fixing PR link in releaseData.json (#26734) --- scripts/semantic-commits/get-binary-release-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/semantic-commits/get-binary-release-data.js b/scripts/semantic-commits/get-binary-release-data.js index 63281e88cbdc..71787718baa5 100644 --- a/scripts/semantic-commits/get-binary-release-data.js +++ b/scripts/semantic-commits/get-binary-release-data.js @@ -87,7 +87,7 @@ const getReleaseData = async (latestReleaseInfo) => { associatedIssues, }) - prsInRelease.push(`https://github.com/cypress-io/cypress/pulls/${references[0].issue}`) + prsInRelease.push(`https://github.com/cypress-io/cypress/pull/${references[0].issue}`) associatedIssues.forEach((issueNumber) => { issuesInRelease.push(`https://github.com/cypress-io/cypress/issues/${issueNumber}`)