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
CreateReleaseParams
Record Fields
Record Field | Description |
Body
Signature: string
|
The text describing the contents of the release |
Draft
Signature: bool
|
Indicates whether the release will be created as a draft |
Name
Signature: string
|
The name of the release |
Prerelease
Signature: bool
|
Indicates whether the release will be created as a prerelease |
TargetCommitish
Signature: 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. |