VersionCommandConfigs constructor

const VersionCommandConfigs({
  1. String? branch,
  2. String? message,
  3. bool includeScopes = false,
  4. bool? linkToCommits,
  5. bool? includeCommitId,
  6. bool updateGitTagRefs = false,
  7. bool releaseUrl = false,
  8. List<AggregateChangelogConfig> aggregateChangelogs = const [],
})

Implementation

const VersionCommandConfigs({
  this.branch,
  this.message,
  this.includeScopes = false,
  this.linkToCommits,
  this.includeCommitId,
  this.updateGitTagRefs = false,
  this.releaseUrl = false,
  this.aggregateChangelogs = const [],
});