Skip to content

Commit

Permalink
iOS release notes are now sent as an array
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Sep 27, 2024
1 parent 6a912db commit 3bbbf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/libs/deployments/app_store_connect/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ def update_build_notes!
def prepare_for_release!(force: false)
return unless app_store_release?

metadata = {
metadata = [{
whats_new: release_metadatum.release_notes,
promotional_text: release_metadatum.promo_text,
locale: release_metadatum.locale
}
}]

result = provider.prepare_release(build_number, release_version, staged_rollout?, metadata, force)

Expand Down

0 comments on commit 3bbbf79

Please sign in to comment.