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.DeleteReleasesOptions Type

Options for deleting a range of releases in a project

Record fields

Record Field Description

Channel

Full Usage: Channel

Field type: string option

If specified, only releases associated with the channel will be deleted; specify this argument multiple times to target multiple channels

Field type: string option

Common

Full Usage: Common

Field type: Options

Common parameters

Field type: Options

MaxVersion

Full Usage: MaxVersion

Field type: string

Maximum (inclusive) version number for the range of versions to delete

Field type: string

MinVersion

Full Usage: MinVersion

Field type: string

Minimum (inclusive) version number for the range of versions to delete

Field type: string

Project

Full Usage: Project

Field type: string

Name of the project

Field type: string