Skip to content

Conversation

@graycreate
Copy link
Member

Summary

This PR fixes the release pipeline to automatically distribute builds to internal testers on TestFlight.

Problem

Previously, builds were successfully uploaded to TestFlight but not automatically distributed to internal testers. They would just sit there waiting for manual distribution because the groups parameter was only configured for public beta releases.

Solution

Added automatic distribution configuration for internal testing mode:

  • Configured groups: ["App Store Connect Users"] for internal releases
  • This ensures builds automatically appear for internal testers after processing
  • No beta review required for internal testing

Changes

  1. fastlane/Fastfile:
    • Added internal tester group configuration
    • Updated log message to reflect auto-distribution
  2. V2er/Config/Version.xcconfig: Bumped to 1.1.12 (Build 48)
  3. CHANGELOG.md: Documented the fix

Testing

After merging to main, the release pipeline will:

  • ✅ Build version 1.1.12
  • ✅ Upload to TestFlight
  • ✅ Automatically distribute to "App Store Connect Users" group

Related

Fixes the issue where builds required manual distribution in App Store Connect.

🤖 Generated with Claude Code

- Add 'App Store Connect Users' group to internal testing builds
- This ensures builds automatically distribute after processing
- Update version to 1.1.12 (Build 48)
- Update CHANGELOG.md with fix details

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings October 18, 2025 10:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the TestFlight release pipeline to automatically distribute builds to internal testers instead of requiring manual distribution. The main issue was that builds were uploaded successfully but sat waiting for manual action because the groups parameter was only configured for public beta releases.

Key changes:

  • Added automatic distribution configuration for internal testing mode by setting the "App Store Connect Users" group
  • Updated version to 1.1.12 (Build 48)
  • Documented the fix in the changelog

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
fastlane/Fastfile Added groups configuration for internal testing mode to auto-distribute to "App Store Connect Users"
V2er/Config/Version.xcconfig Bumped version from 1.1.5 to 1.1.12 and build number from 44 to 48
CHANGELOG.md Added entry for v1.1.12 documenting the TestFlight distribution fix

@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 0%

@graycreate graycreate merged commit a2951cd into main Oct 18, 2025
6 checks passed
@graycreate graycreate deleted the bugfix/release-pipeline-investigation branch October 18, 2025 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants