CreateRelease.from constructor
CreateRelease.from({})
Implementation
CreateRelease.from({
required this.tagName,
required this.name,
required this.targetCommitish,
required this.isDraft,
required this.isPrerelease,
this.body,
this.discussionCategoryName,
this.generateReleaseNotes = false,
});