Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'fastlane/README.md')
-rw-r--r--fastlane/README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/fastlane/README.md b/fastlane/README.md
index 3a1975bba..dbc592f81 100644
--- a/fastlane/README.md
+++ b/fastlane/README.md
@@ -16,11 +16,21 @@ or alternatively using `brew cask install fastlane`
# Available Actions
## Android
-### android release_beta
+### android release_fdroid
```
-fastlane android release_beta
+fastlane android release_fdroid
```
-
+Tags the current version and publish it on F-Droid
+### android release_play_store_beta
+```
+fastlane android release_play_store_beta
+```
+Publish on Google Play Store Beta channel
+### android release_play_store_prod
+```
+fastlane android release_play_store_prod
+```
+Publish on Google Play Store Production channel
----