2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 01:51:47 +00:00

Added a fastlane README

This commit is contained in:
Albert Vaca Cintora 2023-06-21 09:58:18 +02:00
parent 41e296b16d
commit cbeaa72845

7
fastlane/README Normal file
View File

@ -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 <path to the json key file>
```
F-Droid reads them directly from this directory for each release tag, so no action is needed.