GitHubCreateReleaseSettings.

Overwrite Property

Summary

Gets or sets whether to replace an existing release.
Assembly
Cake.GitHub.dll
Namespace
Cake.GitHub
Containing Type
GitHubCreateReleaseSettings

Syntax

public bool Overwrite { get; set; }

Remarks

When set to true, an existing release with the specified tag name will be deleted before a new release is created.

Value

Type Description
bool