Custom commit message in Model SDK

0
Hi, is it possible to have a custom commit message when committing from the Model SDK? Currently there is always ‘Imported model changes from online working copy’ as message for the Model SDK commit, which is not ideal for obvious reasons.
asked
1 answers
0

This question is quite old, but just in case anyone runs into this thread with the same question, you can do:

await workingCopy.commitToRepository("trunk", { commitMessage: "Custom commit message" });

 

answered