You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025/2025-10-17-fastlane-firebase-automatic-changelog/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ firebase_app_distribution(
29
29
30
30
A quick peek of their [docs](https://firebase.google.com/docs/app-distribution/ios/distribute-fastlane#distribute) we noticed 2 parameters that caught our eye:
31
31
-`release_notes`: A string to be used as the changelog for the release.
32
-
-`release_notes_file`: A file path to a text file containing the changelog for the release.
32
+
-`release_notes_file`: A file path to a text file containing the changelog for the release.
33
33
34
34
Knowing we could easily obtain commits in our GitHub Actions pipeline we theorized we could generate a file based on the commits and pass that to Firebase.
0 commit comments