This is part of the Fake.Api.GitHub module.

CreateReleaseParams

Record Fields

Record FieldDescription
Body
Signature: string

The text describing the contents of the release

Draft
Signature: bool

Indicates whether the release will be created as a draft

Name
Signature: string

The name of the release

Prerelease
Signature: bool

Indicates whether the release will be created as a prerelease

TargetCommitish
Signature: string

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.