Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
CreateReleaseOptions
Options for creating a new release
Record Fields
Record Field | Description |
Channel
Signature: string option
|
Channel to use for the new release |
IgnoreChannelRules
Signature: bool
|
Ignore package version matching rules |
IgnoreExisting
Signature: bool
|
If a release with the version number already exists, ignore it |
Packages
Signature: string list
|
Version number to use for a package in the release |
PackagesFolder
Signature: string option
|
A folder containing NuGet packages from which we should get versions |
PackageVersion
Signature: string
|
Default version of all packages to use for this release |
Project
Signature: string
|
Name of the project |
ReleaseNotes
Signature: string
|
Release Notes for the new release |
ReleaseNotesFile
Signature: string
|
Path to a file that contains Release Notes for the new release |
Version
Signature: string
|
Release number to use for the new release |