File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
packages/modules/data-widgets Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
inputs :
7
7
package :
8
8
description : " Package name to release (name in package.json)"
9
+ default : " data-widgets"
9
10
required : true
10
11
jobs :
11
12
create-release :
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ export async function updateChangelogsAndCreatePR(
32
32
33
33
console . log ( `Creating pull request for '${ releaseBranchName } '` ) ;
34
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 " ,
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 " ,
38
38
head : releaseBranchName ,
39
39
repo : info . repository . url
40
40
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mendix/data-widgets" ,
3
3
"moduleName" : " Data Widgets" ,
4
- "version" : " 2.32.1 " ,
4
+ "version" : " 2.32.2 " ,
5
5
"copyright" : " © Mendix Technology BV 2025. All rights reserved." ,
6
6
"license" : " Apache-2.0" ,
7
7
"private" : true ,
You can’t perform that action at this time.
0 commit comments