Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration 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 |
Common
Signature: Options
|
common parameters |
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 |