aggregateChangelogs property

List<AggregateChangelogConfig> aggregateChangelogs

A list of changelogs configurations that will be used to generate changelogs which describe the changes in multiple packages.

Implementation

List<AggregateChangelogConfig> get aggregateChangelogs =>
    _aggregateChangelogs ?? [AggregateChangelogConfig.workspace()];