File tree Expand file tree Collapse file tree
scripts/release/module-automation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 },
1717 "testProject" : {
1818 "githubUrl" : " https://github.com/mendix/native-mobile-resources" ,
19- "branchName" : " mx/11.12.x"
19+ "branchName" : " mx/11.12.x-copy "
2020 },
2121 "scripts" : {
2222 "prestart" : " rimraf dist" ,
5151 "mendix" : " 11.8.0" ,
5252 "rimraf" : " ^6.1.2"
5353 }
54- }
54+ }
Original file line number Diff line number Diff line change 1616 },
1717 "testProject" : {
1818 "githubUrl" : " https://github.com/mendix/native-mobile-resources" ,
19- "branchName" : " mx/11.12.x"
19+ "branchName" : " mx/11.12.x-copy "
2020 },
2121 "scripts" : {
2222 "start" : " rollup --config ../../../configs/jsactions/rollup.config.mjs --watch --configProject nanoflowcommons" ,
3737 "@mendix/pluggable-widgets-tools" : " *" ,
3838 "mendix" : " 11.8.0"
3939 }
40- }
40+ }
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ async function commitAndCreatePullRequest(moduleInfo) {
155155 `git checkout -b ${ changelogBranchName } && git add . && git commit -m "chore(${ moduleInfo . nameWithDash } ): update changelogs" && git push --set-upstream origin ${ changelogBranchName } `
156156 ) ;
157157 await execShellCommand (
158- `gh pr create --title "${ moduleInfo . nameWithSpace } : Updating changelogs" --body "This is an automated PR." --base mx/11.12.x --head ${ changelogBranchName } `
158+ `gh pr create --title "${ moduleInfo . nameWithSpace } : Updating changelogs" --body "This is an automated PR." --base mx/11.12.x-copy --head ${ changelogBranchName } `
159159 ) ;
160160 console . log ( "Created PR for changelog updates." ) ;
161161}
You can’t perform that action at this time.
0 commit comments