Send change log to testflight

This commit is contained in:
Rodrigo Nascimento 2017-12-02 17:55:41 -02:00
parent 277adfbb75
commit 3125391957
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
1 changed files with 2 additions and 1 deletions

View File

@ -184,8 +184,9 @@ jobs:
- run:
name: Fastlane Tesflight Upload
command: |
git log --pretty=format:'+ %cd %s' -n 14 --date=short | grep -v 'Merge\\|release\\|Update circle\\|Update build' > change.log"
cd ios
fastlane pilot upload
fastlane pilot upload --changelog "$(cat ../change.log)"
workflows:
version: 2