modified monorepo messaging

This commit is contained in:
Naman Malhotra 2024-09-06 21:59:20 +05:30
parent 1ffa4d660f
commit b25e3f8083
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ export const updateReleaseBranchChangelogs = async (
owner,
name,
title: `Release: Prepare the changelog for ${ version }`,
body: `This pull request was automatically generated during the code freeze to prepare the changelog for ${ version }`,
body: `This pull request was automatically generated to prepare the changelog for ${ version }`,
head: branch,
base: releaseBranch,
} );
@ -209,7 +209,7 @@ export const updateTrunkChangelog = async (
owner,
name,
title: `Release: Remove ${ version } change files`,
body: `This pull request was automatically generated during the code freeze to remove the changefiles from ${ version } that are compiled into the \`${ releaseBranch }\` ${
body: `This pull request was automatically generated to remove the changefiles from ${ version } that are compiled into the \`${ releaseBranch }\` ${
prNumber > 0 ? `branch via #${ prNumber }` : ''
}`,
head: branch,