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 66 inputs :
77 package :
88 description : " Package name to release (name in package.json)"
9+ default : " data-widgets"
910 required : true
1011jobs :
1112 create-release :
Original file line number Diff line number Diff 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 } ) ;
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments