This chapter was all about optimization, and, for us, being able to optimize our workflow by integrating various Git commands to automatically pull and commit, as well as push out new tags. In our coding exercises, we also learned how to bump our version number, as well as how to use a few new actions to help us create a dynamic changelog for our TestFlight distribution. While we very briefly looked at some of the action plugins, we are going to dive deeper into understanding how to read fastlane action code, as well as creating our own plugins.
In the next chapter, we will dive deeper into plugins, the third-party plugin community, and creating our own action plugin.