This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.GitHub.
Summary
Gets or sets whether to replace an existing release.
- Assembly
- Cake
.GitHub .dll - Namespace
- Cake
.GitHub - Containing Type
- Git
Hub Create Release Settings
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 |