@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.912Z") @Stability(value=Experimental) public interface BranchOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BranchOptions.Builder
A builder for
BranchOptions |
static class |
BranchOptions.Jsii$Proxy
An implementation for
BranchOptions |
| Modifier and Type | Method and Description |
|---|---|
static BranchOptions.Builder |
builder() |
Number |
getMajorVersion()
(experimental) The major versions released from this branch.
|
default String |
getNpmDistTag()
(experimental) The npm distribution tag to use for this branch.
|
default String |
getPrerelease()
(experimental) Bump the version as a pre-release tag.
|
default String |
getTagPrefix()
(experimental) Automatically add the given prefix to release tags.
|
default String |
getWorkflowName()
(experimental) The name of the release workflow.
|
@Stability(value=Experimental) @NotNull Number getMajorVersion()
@Stability(value=Experimental) @Nullable default String getNpmDistTag()
Default: "latest"
@Stability(value=Experimental) @Nullable default String getPrerelease()
Default: - normal releases
@Stability(value=Experimental) @Nullable default String getTagPrefix()
Note: this prefix is used to detect the latest tagged version when bumping, so if you change this on a project with an existing version history, you may need to manually tag your latest release with the new prefix.
Default: - no prefix
@Stability(value=Experimental) @Nullable default String getWorkflowName()
Default: "release-BRANCH"
@Stability(value=Experimental) static BranchOptions.Builder builder()
BranchOptions.Builder of BranchOptionsCopyright © 2021. All rights reserved.