Skip to content

Commit f2e63bf

Browse files
authored
chore: target main modules branch for v3 (#1741)
2 parents c382114 + 20bcc01 commit f2e63bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

automation/utils/src/steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export async function pushUpdateToTestProject({ info, config }: ModuleStepParams
229229

230230
await setLocalGitUserInfo();
231231
await exec(`git add .`);
232-
await exec(`git commit -m "Automated update for ${info.mxpackage.name} module"`);
232+
await exec(`git commit -m "Automated update for ${info.mxpackage.name} module [${info.version}]"`);
233233
await exec(`git push origin`);
234234
popd();
235235
}

packages/modules/data-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"testProject": {
3535
"githubUrl": "https://github.com/mendix/DataWidgets-module",
36-
"branchName": "mts/10.21"
36+
"branchName": "main"
3737
},
3838
"scripts": {
3939
"build:deps": "turbo run build --filter=data-widgets^...",

0 commit comments

Comments
 (0)