Release Notes for v2.7.8
💪 Improvements
Simplified Release Notes Handling for Testing Distribution
- Release notes (
--message parameter) are now sent directly to the API during upload commit
- Removed complex release notes update logic that required waiting for task completion and version ID retrieval
- Improved upload performance and reliability
# Release notes are now sent directly during upload
appcircle testing-distribution upload --distProfileId <uuid> --app <path> --message "Release notes"
Consistent Release Notes Support Across All Upload Commands
- Added
--message parameter support to Enterprise App Store upload commands
- Added
--message parameter support to Publish upload command
# Enterprise App Store with release notes
appcircle enterprise-app-store version upload-for-profile --entProfileId <uuid> --app <path> --message "Bug fixes"
# Publish with release notes
appcircle publish profile version upload --platform ios --publishProfileId <uuid> --app <path> --message "Bug fixes"