1
0
Çatalla 0
Bu işleme şunda yer alıyor:
tom79 2019-12-14 16:40:04 +01:00
ebeveyn d3743c6965
işleme ccd0e887d8
2 değiştirilmiş dosya ile 3 ekleme ve 9 silme

Dosyayı Görüntüle

@ -15,13 +15,6 @@ stages:
retry: 2
copyReleaseNotes:
<<: *no-upload
script:
- ./gradlew copyAllReleaseNotes
except:
- tags
assembleDebug:
<<: *no-upload
cache:

Dosyayı Görüntüle

@ -61,13 +61,14 @@ task copyAllReleaseNotes(type: Copy) {
from "$buildDir/../src/main/assets/changelogs/"
include "*.txt"
into "$buildDir/../../fastlane/metadata/android/en-US/changelogs/"
}
task gitPushReleaseNotes(type: Exec, dependsOn: 'copyAllReleaseNotes') {
['sh', '-c', "git add $buildDir/../../fastlane/metadata/android/en-US/changelogs/*"].execute().text.trim()
['sh', '-c', "git commit -m 'copy release notes'"].execute().text.trim()
['sh', '-c', "git push"].execute().text.trim()
}
ext.supportLibraryVersion = '29.0.2'
ext.glideLibraryVersion = '4.9.0'
ext.conscryptLibraryVersion = '2.2.1'