@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.456Z") @Stability(value=Experimental) public interface VersionOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VersionOptions.Builder
A builder for
VersionOptions |
static class |
VersionOptions.Jsii$Proxy
An implementation for
VersionOptions |
| Modifier and Type | Method and Description |
|---|---|
static VersionOptions.Builder |
builder() |
String |
getArtifactsDirectory()
(experimental) The name of the directory into which `changelog.md` and `version.txt` files are emitted.
|
String |
getVersionInputFile()
(experimental) A name of a .json file to set the `version` field in after a bump.
|
default Map<String,Object> |
getVersionrcOptions()
(experimental) Custom configuration for versionrc file used by standard-release.
|
@Stability(value=Experimental) @NotNull String getArtifactsDirectory()
@Stability(value=Experimental) @NotNull String getVersionInputFile()
Example:
// Example automatically generated from non-compiling source. May contain errors. "package.json"
@Stability(value=Experimental) @Nullable default Map<String,Object> getVersionrcOptions()
@Stability(value=Experimental) static VersionOptions.Builder builder()
VersionOptions.Builder of VersionOptionsCopyright © 2021. All rights reserved.