Skip to content

Improve TestFlight build description format#19

Merged
othmansh0 merged 1 commit into
developfrom
feature/improve-testflight-description
Jan 16, 2026
Merged

Improve TestFlight build description format#19
othmansh0 merged 1 commit into
developfrom
feature/improve-testflight-description

Conversation

@othmansh0
Copy link
Copy Markdown
Owner

Summary

Simplifies the TestFlight build description to a cleaner, more scannable format.

Changes

  • Concise two-line format instead of verbose multi-line
  • Branch and commit on first line for quick identification
  • Build number and date on second line for reference

Before

Branch: feature/my-feature
Commit: abc1234
Automated build from CI/CD pipeline

After

feature/my-feature (abc1234)
Build #27 • Jan 16, 2026

- Concise format: branch (commit) on first line
- Build number and date on second line
- Remove verbose 'Test the latest changes' text

Example output:
feature/my-feature (abc1234)
Build #27 • Jan 16, 2026
@othmansh0 othmansh0 merged commit 43e3c9d into develop Jan 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant