Sfoglia il codice sorgente

Merge pull request #9150 from nextcloud/fix-fastlane-rc

fastlane: Restore version prompt for RC releases
Álvaro Brey 3 anni fa
parent
commit
dd7b76ead4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -48,6 +48,7 @@ end
 desc "Release phase 2 for RC: checks, tag, upload gplay to playstore with values from build.gradle"
 lane :RC_releasePhase2 do |options|
     info = androidVersion
+    promptVersion(info)
     checkChangelog(info)
     checkLibrary_RC()
     checkIfScreenshotsExist()