GitHubCreateReleaseSettings.

TargetCommitish Property

Summary

Gets or sets the Git commit it to create the tag from. Can be any branch of commit SHA. Value is unused if the release's tag already exists.
Assembly
Cake.GitHub.dll
Namespace
Cake.GitHub
Containing Type
GitHubCreateReleaseSettings

Syntax

public string TargetCommitish { get; set; }

Value

Type Description
string