Closed
Description
My shell gets stuck when running this command, but only sometimes:
commitVersion: {
command: "git commit -am 'Release version <%= new_version %>' && git tag <%= new_version %> && git push && git push --tags",
},
new_version
comes from task from grunt-prompt. The weird thing is, the commands are actually executed (i've got a new commit with that message, a new tag, and everything is pushed), but my shell doesn't get the callback:
Running "prompt:release" (prompt) task
? Current version is 1.0.13, what version do you wanna release? 1.0.14
Running "replace:version" (replace) task
Running "shell:commitVersion" (shell) task
What can I try to fix this?
Metadata
Metadata
Assignees
Labels
No labels