skipUploadChangelogs property

bool skipUploadChangelogs
final

Whether to skip uploading changelog files during publishing.

When true, skips uploading release notes and changelog information. Metadata upload is controlled separately by skipUploadMetadata. Default: false

Implementation

final bool skipUploadChangelogs;