diff --git a/src/run.ts b/src/run.ts index 532396b0..6823ab81 100644 --- a/src/run.ts +++ b/src/run.ts @@ -265,7 +265,7 @@ ${changelogEntries await fs.writeFile(changelogPath, changelogBody); - const prBody = `See [${changelogPath}](https://github.com/backstage/backstage/blob/master/${changelogPath}) for more information.`; + const prBody = `See [${changelogPath}](https://github.com/backstage/backstage/blob/${versionBranch}/${changelogPath}) for more information.`; const finalPrTitle = `${prTitle}${!!preState ? ` (${preState.tag})` : ""}`;