소스 검색

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

fastlane: Restore version prompt for RC releases
Álvaro Brey 3 년 전
부모
커밋
dd7b76ead4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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()