We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f127d0 commit cd3ad7cCopy full SHA for cd3ad7c
automation/utils/src/changelog.ts
@@ -32,8 +32,8 @@ export async function updateChangelogsAndCreatePR(
32
33
console.log(`Creating pull request for '${releaseBranchName}'`);
34
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.",
+ title: `[LTS 2.30] ${appName} v${info.version.format()}: Update changelog`,
+ body: "This is an automated PR that merges changelog update to LTS branch.",
37
base: "lts/data-widgets/2.30",
38
head: releaseBranchName,
39
repo: info.repository.url
0 commit comments