- Namespace
- GitReleaseManager
.Core .Options - Base Types
-
- object
- BaseSubOptions
- BaseVcsOptions
Syntax
[Verb("create", HelpText = "Creates a draft release notes from a milestone.")]
public class CreateSubOptions : BaseVcsOptions
Attributes
Type | Description |
---|---|
Verb |
Properties
Name | Value | Summary |
---|---|---|
AllowEmpty | bool | |
AssetPaths | IList |
|
Debug | bool |
Inherited from BaseSubOptions
|
InputFilePath | string | |
IsCISystem | bool |
Inherited from BaseSubOptions
|
LogFilePath | string |
Inherited from BaseSubOptions
|
Milestone | string | |
Name | string | |
NoLogo | bool |
Inherited from BaseSubOptions
|
Prerelease | bool | |
Provider | VcsProvider |
Inherited from BaseVcsOptions
|
RepositoryName | string |
Inherited from BaseVcsOptions
|
RepositoryOwner | string |
Inherited from BaseVcsOptions
|
TargetCommitish | string | |
TargetDirectory | string |
Inherited from BaseSubOptions
|
Template | string | |
Token | string |
Inherited from BaseVcsOptions
|
Verbose | bool |
Inherited from BaseSubOptions
|