mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-21 12:29:06 -05:00
added missing fastfile fields
This commit is contained in:
@@ -54,8 +54,11 @@ platform :ios do
|
||||
# http://docs.fastlane.tools/actions/upload_to_testflight/#upload_to_testflight
|
||||
upload_to_testflight(
|
||||
api_key_path: "fastlane/appstore_connect_api_key.json",
|
||||
beta_app_feedback_email: "violet@cosmonautical.cloud",
|
||||
beta_app_description: "A music app for Jellyfin",
|
||||
expire_previous_builds: true,
|
||||
distribute_external: true
|
||||
distribute_external: true,
|
||||
changelog: "General Functionality, User Experience"
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user