skipUploadMetadata property

bool skipUploadMetadata
final

Whether to skip uploading metadata files during publishing.

When true, skips uploading app metadata like descriptions, titles, and other store listing information. Changelogs are not included and controlled separately by skipUploadChangelogs. Default: false

Implementation

final bool skipUploadMetadata;