Pārlūkot izejas kodu

Update fastlane README

David Cordero 7 gadi atpakaļ
vecāks
revīzija
d65a2af180
1 mainītis faili ar 12 papildinājumiem un 7 dzēšanām
  1. 12 7
      fastlane/README.md

+ 12 - 7
fastlane/README.md

@@ -15,20 +15,25 @@ Install _fastlane_ using
 or alternatively using `brew cask install fastlane`
 
 # Available Actions
-## iOS
-### ios release
+### release
 ```
-fastlane ios release
+fastlane release
 ```
-Release a new version to the App Store
+Release a new version of VLC to the App Store
 
-This action does the following:
 
 
+This action requires the following parameters:
+
+- platform (iOS or tvOS)
+
+
+
+This action does the following:
 
-- Ensures a clean git status
+- Ensure a clean git status
 
-- Increment the version and build number and commit the change
+- Increment the version and build number and commit the change (only for iOS releases)
 
 - Apply the privateConstants which include the credentials