Skip to content

Commit feb3509

Browse files
committed
chore: publish module version in project update
1 parent 4c9c110 commit feb3509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
}

0 commit comments

Comments
 (0)