Lookig for older versions of the documentation, pre FAKE v6? See
v5.fake.build
obj
IEquatable<CreateReleaseParams>
IStructuralEquatable
IComparable<CreateReleaseParams>
IComparable
IStructuralComparable
The release creation parameters
Body
string
The text describing the contents of the release
Draft
bool
Indicates whether the release will be created as a draft
GenerateReleaseNotes
Indicates whether to auto-generate release notes of the release
Name
The name of the release
Prerelease
Indicates whether the release will be created as a prerelease
TargetCommitish
Commit hash or branch name that will be used to create the release tag. Is not used if the tag already exists. If left unspecified, and the tag does not already exist, the default branch is used instead.