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

Octo.CreateReleaseOptions Type

Options for creating a new release

Record fields

Record Field Description

Channel

Full Usage: Channel

Field type: string option

Channel to use for the new release

Field type: string option

Common

Full Usage: Common

Field type: Options

common parameters

Field type: Options

IgnoreChannelRules

Full Usage: IgnoreChannelRules

Field type: bool

Ignore package version matching rules

Field type: bool

IgnoreExisting

Full Usage: IgnoreExisting

Field type: bool

If a release with the version number already exists, ignore it

Field type: bool

PackageVersion

Full Usage: PackageVersion

Field type: string

Default version of all packages to use for this release

Field type: string

Packages

Full Usage: Packages

Field type: string list

Version number to use for a package in the release

Field type: string list

PackagesFolder

Full Usage: PackagesFolder

Field type: string option

A folder containing NuGet packages from which we should get versions

Field type: string option

Project

Full Usage: Project

Field type: string

Name of the project

Field type: string

ReleaseNotes

Full Usage: ReleaseNotes

Field type: string

Release Notes for the new release

Field type: string

ReleaseNotesFile

Full Usage: ReleaseNotesFile

Field type: string

Path to a file that contains Release Notes for the new release

Field type: string

Version

Full Usage: Version

Field type: string

Release number to use for the new release

Field type: string