@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.914Z") @Stability(value=Experimental) public interface GitPublishOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GitPublishOptions.Builder
A builder for
GitPublishOptions |
static class |
GitPublishOptions.Jsii$Proxy
An implementation for
GitPublishOptions |
| Modifier and Type | Method and Description |
|---|---|
static GitPublishOptions.Builder |
builder() |
String |
getChangelogFile()
(experimental) The location of an .md file (relative to `dist/`) that includes the changelog for the release.
|
default String |
getGitBranch()
(experimental) Branch to push to.
|
default String |
getGitPushCommand()
(experimental) Override git-push command.
|
default String |
getProjectChangelogFile()
(experimental) The location of an .md file that includes the project-level changelog.
|
String |
getReleaseTagFile()
(experimental) The location of a text file (relative to `dist/`) that contains the release tag.
|
String |
getVersionFile()
(experimental) The location of a text file (relative to `dist/`) that contains the version number.
|
@Stability(value=Experimental) @NotNull String getChangelogFile()
Example:
// Example automatically generated from non-compiling source. May contain errors. changelog.md
@Stability(value=Experimental) @NotNull String getReleaseTagFile()
Example:
// Example automatically generated from non-compiling source. May contain errors. releasetag.txt
@Stability(value=Experimental) @NotNull String getVersionFile()
Example:
// Example automatically generated from non-compiling source. May contain errors. version.txt
@Stability(value=Experimental) @Nullable default String getGitBranch()
Default: "main"
@Stability(value=Experimental) @Nullable default String getGitPushCommand()
Set to an empty string to disable pushing.
@Stability(value=Experimental) @Nullable default String getProjectChangelogFile()
@Stability(value=Experimental) static GitPublishOptions.Builder builder()
GitPublishOptions.Builder of GitPublishOptionsCopyright © 2021. All rights reserved.