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 09488de commit 490165eCopy full SHA for 490165e
1 file changed
automation/utils/src/changelog.ts
@@ -32,9 +32,9 @@ 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.",
37
- base: "main",
+ title: `[LTS 2.27] ${appName} v${info.version.format()}: Update changelog`,
+ body: "This is an automated PR that merges changelog update to LTS branch.",
+ base: "lts/data-widgets/2.27",
38
head: releaseBranchName,
39
repo: info.repository.url
40
});
0 commit comments