diff --git a/fastlane/README b/fastlane/README new file mode 100644 index 00000000..928cf740 --- /dev/null +++ b/fastlane/README @@ -0,0 +1,7 @@ +To upload translations to the Play Store, run from the root of the repo: + +``` +fastlane supply --skip_upload_screenshots --skip_upload_images --skip_upload_changelogs --json-key +``` + +F-Droid reads them directly from this directory for each release tag, so no action is needed.