Fixes #2104 - Expose changelog (git diffs since the last tag) on Xcode Cloud builds / Testflight

This commit is contained in:
Stefan Ceriu
2024-01-25 12:34:56 +02:00
committed by GitHub
parent 45e40f26c7
commit 9ca2eaa0cc
2 changed files with 35 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ setup_xcode_cloud_environment
# Perform this step before releasing to github in case it fails.
bundle exec fastlane upload_dsyms_to_sentry dsym_path:"$CI_ARCHIVE_PATH/dSYMs"
generate_what_to_test_notes
if [ "$CI_WORKFLOW" = "Release" ]; then
install_xcode_cloud_python_dependencies