Skip to content

Commit cd3ad7c

Browse files
committed
chore: improve lts targets
1 parent 7f127d0 commit cd3ad7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automation/utils/src/changelog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export async function updateChangelogsAndCreatePR(
3232

3333
console.log(`Creating pull request for '${releaseBranchName}'`);
3434
await gh.createGithubPRFrom({
35-
title: `${appName} v${info.version.format()}: Update changelog`,
36-
body: "This is an automated PR that merges changelog update to master.",
35+
title: `[LTS 2.30] ${appName} v${info.version.format()}: Update changelog`,
36+
body: "This is an automated PR that merges changelog update to LTS branch.",
3737
base: "lts/data-widgets/2.30",
3838
head: releaseBranchName,
3939
repo: info.repository.url

0 commit comments

Comments
 (0)