bamlab / generator-rn-toolbox

The React Native Generator to bootstrap your apps
MIT License
1.2k stars 119 forks source link

Commits with quotations fail #243

Open GioLogist opened 4 years ago

GioLogist commented 4 years ago

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"