Skip to content

Commit 0a3d679

Browse files
committed
chore: version bump and lts target
1 parent 4c9c110 commit 0a3d679

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/CreateGitHubRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
inputs:
77
package:
88
description: "Package name to release (name in package.json)"
9+
default: "data-widgets"
910
required: true
1011
jobs:
1112
create-release:

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.32] ${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.32",
3838
head: releaseBranchName,
3939
repo: info.repository.url
4040
});

packages/modules/data-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/data-widgets",
33
"moduleName": "Data Widgets",
4-
"version": "2.32.1",
4+
"version": "2.32.2",
55
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
66
"license": "Apache-2.0",
77
"private": true,

0 commit comments

Comments
 (0)