February 2018
Intermediate to advanced
346 pages
9h 56m
English
We will want to be able to dynamically add notes when we call TestFlight (or any test distribution action) as part of our changelog. One approach is to leverage the last set of commits as part of our changelog, and changelog_from_git_commits (https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/changelog_from_git_commits.rb) is the perfect action for that. Refer to the action documentation (https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/changelog_from_git_commits.rb) for a list of the various arguments you can pass so that you can craft the perfect set of notes and the number of commits to go back and so forth, but, for the sake of this ...
Read now
Unlock full access