Skip to content

Commit d786e34

Browse files
chore: switch to test branch
1 parent e0b0ae6 commit d786e34

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/jsActions/mobile-resources-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",
@@ -51,4 +51,4 @@
5151
"mendix": "11.8.0",
5252
"rimraf": "^6.1.2"
5353
}
54-
}
54+
}

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",
@@ -37,4 +37,4 @@
3737
"@mendix/pluggable-widgets-tools": "*",
3838
"mendix": "11.8.0"
3939
}
40-
}
40+
}

scripts/release/module-automation/commons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)