bamlab/generator-rn-toolbox

Commits with quotations fail

GioLogist opened this issue · 0 comments

Example

FastlaneCore::Interface::FastlaneShellError: [!] Exit status of command 'cd .. && appcenter codepush release-react -d Staging -a username/app--target-binary-version "1.0.0" --description "Revert "Test soft deployment"" --disable-duplicate-release-error' was 3 instead of 0.

This is due to the following auto generated line of code in the Fastfile:

release_notes_command = "git log HEAD --pretty=format:\"%s\" -1"