FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

GitHub.CreateReleaseParams Type

The release creation parameters

Record fields

Record Field Description

Body

Full Usage: Body

Field type: string

The text describing the contents of the release

Field type: string

Draft

Full Usage: Draft

Field type: bool

Indicates whether the release will be created as a draft

Field type: bool

Name

Full Usage: Name

Field type: string

The name of the release

Field type: string

Prerelease

Full Usage: Prerelease

Field type: bool

Indicates whether the release will be created as a prerelease

Field type: bool

TargetCommitish

Full Usage: TargetCommitish

Field type: 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.

Field type: string