Merge branch 'create-changelog-during-build' into new-cfe-workflow

This commit is contained in:
Naman Malhotra 2024-09-06 19:30:04 +03:00 committed by GitHub
commit 266e2b84c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ export const updateReleaseBranchChangelogs = async (
owner, owner,
name, name,
title: `Release: Prepare the changelog for ${ version }`, 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, head: branch,
base: releaseBranch, base: releaseBranch,
} ); } );
@ -209,7 +209,7 @@ export const updateTrunkChangelog = async (
owner, owner,
name, name,
title: `Release: Remove ${ version } change files`, 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 }` : '' prNumber > 0 ? `branch via #${ prNumber }` : ''
}`, }`,
head: branch, head: branch,