Skip to content

Commit 777acaf

Browse files
committed
docs: document iOS metadata locale directories
1 parent b29c68b commit 777acaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ios/fastlane/metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Or set `APP_STORE_CONNECT_API_KEY_PATH`.
4444

4545
## Notes
4646

47-
- Locale files live under `metadata/en-US/`.
47+
- Locale files live under `metadata/<locale>/`, for example `metadata/en-US/` and `metadata/sv-SE/`. Each locale directory should use the public metadata filenames consumed by the `ios metadata` lane.
4848
- `release_notes.txt` is generated from `apps/ios/CHANGELOG.md`; after changelog updates, run `pnpm ios:version:sync`.
4949
- `apps/ios/APP-REVIEW-NOTES.md` is rendered to `apps/ios/build/app-review/APP-REVIEW-NOTES.pdf` and uploaded as the App Review attachment when metadata is uploaded.
5050
- Release notes resolve from `## <pinned iOS version>` first, then fall back to `## Unreleased` while a TestFlight train is still in progress.

0 commit comments

Comments
 (0)