In the preceding chapters, we learned about the various aspects of fastlane that help us with our continuous delivery workflow. This chapter was all about communicating the various actions to stakeholders via the popular developer communication platform Slack. We learned how to configure Slack to give us a webhook URL so that we can call the slack action within our various lanes.
Ideally, we should look at leveraging Slack for all the critical lane conclusions in our workflow, from successful or failed tests to internal distributions, publishing to the App Store, and even in conjunction with Git-specific actions, such as triggering a Git pull request.
In our final chapter, we take a holistic look at best practices with fastlane to further fine-tune our continuous delivery goals.