Skip to content

Commit 6a23fc6

Browse files
committed
chore: typo
1 parent 0b34681 commit 6a23fc6

File tree

1 file changed

+1
-1
lines changed
  • blog/2025/2025-10-17-fastlane-firebase-automatic-changelog

1 file changed

+1
-1
lines changed

blog/2025/2025-10-17-fastlane-firebase-automatic-changelog/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ firebase_app_distribution(
2929

3030
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:
3131
- `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.
3333

3434
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.
3535

0 commit comments

Comments
 (0)