CreateReleaseNotes constructor

CreateReleaseNotes(
  1. String owner,
  2. String repo,
  3. String tagName, {
  4. String? targetCommitish,
  5. String? previousTagName,
  6. String? configurationFilePath,
})

Implementation

CreateReleaseNotes(
  this.owner,
  this.repo,
  this.tagName, {
  this.targetCommitish,
  this.previousTagName,
  this.configurationFilePath,
});