Skip to content

Commit 490165e

Browse files
committed
chore: fix changelog targets
1 parent 09488de commit 490165e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

automation/utils/src/changelog.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ 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.",
37-
base: "main",
35+
title: `[LTS 2.27] ${appName} v${info.version.format()}: Update changelog`,
36+
body: "This is an automated PR that merges changelog update to LTS branch.",
37+
base: "lts/data-widgets/2.27",
3838
head: releaseBranchName,
3939
repo: info.repository.url
4040
});

0 commit comments

Comments
 (0)