mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
fastlane: Restore version prompt for RC releases
Was lost in https://github.com/nextcloud/android/pull/9118, so now RC releases didn't pause for version check. Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
a946385603
commit
e40d2910b9
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue