From cbeaa728452555de695ba25573b937f0c41c79cd Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Wed, 21 Jun 2023 09:58:18 +0200 Subject: [PATCH] Added a fastlane README --- fastlane/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fastlane/README 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.