Automatic Firebase Changelogs with fastlane
· 3 min read
As our pipelines evolved to support many different environments we felt we needed a bit more automation around our alpha builds. Builds past alpha were generally tagged releases with human written changelogs, but alpha builds were bleeding edge right from our main branch for internal use. We wanted to provide testers with a bit more context on what changed in each build without them needing to go hunt for information.
This is our journey of a bit of automation to plug into Firebase App Distribution to provide automatic changelogs for our builds.
