feat(release): update changelog for Android and iOS, remove outdated promotional text files

This commit is contained in:
cogwheel0
2025-11-30 20:03:44 +05:30
parent e6d436c9be
commit a245c4248f
13 changed files with 4 additions and 13 deletions

View File

@@ -20,7 +20,8 @@ desc "Push a new release build to the Google Play"
upload_to_play_store(
json_key: ENV['FASTLANE_JSON_KEY_PATH'],
track: 'production',
aab: '../app-release.aab',
aab: '../app-release.aab',
changelog: {'default' => 'Streaming optimizations, show chats >10 in folders, SVG support'},
skip_upload_apk: true,
skip_upload_images: true,
skip_upload_screenshots: true,