Skip to content

v2.7.8

Latest

Choose a tag to compare

@fuatguzel fuatguzel released this 08 Feb 19:24
· 0 commits to develop since this release

Release Notes for v2.7.8

Based on v2.7.7

💪 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"