Hi there,
I'm trying to execute the following git command call
git tag -a 1.0.0 -m "My description
- commit 1
- commit 2
- commit 3"
Calling shell.exec(command) with this just hangs there. The new lines are \n inserted as is in the javascript String.
I guess that's not the proper way to do this but I found nothing in your tests checking for the existence of a newline character in the command to execute and act accordingly.
Thanks in advance