@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.917Z") @Stability(value=Experimental) public interface ManualReleaseOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ManualReleaseOptions.Builder
A builder for
ManualReleaseOptions |
static class |
ManualReleaseOptions.Jsii$Proxy
An implementation for
ManualReleaseOptions |
| Modifier and Type | Method and Description |
|---|---|
static ManualReleaseOptions.Builder |
builder() |
default Boolean |
getChangelog()
(experimental) Maintain a project-level changelog.
|
default String |
getChangelogPath()
(experimental) Project-level changelog file path.
|
default String |
getGitPushCommand()
(experimental) Override git-push command.
|
@Stability(value=Experimental) @Nullable default Boolean getChangelog()
Default: true
@Stability(value=Experimental) @Nullable default String getChangelogPath()
Ignored if changelog is false.
Default: 'CHANGELOG.md'
@Stability(value=Experimental) @Nullable default String getGitPushCommand()
Set to an empty string to disable pushing.
@Stability(value=Experimental) static ManualReleaseOptions.Builder builder()
ManualReleaseOptions.Builder of ManualReleaseOptionsCopyright © 2021. All rights reserved.