@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.913Z") @Stability(value=Experimental) public interface GitHubReleasesPublishOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GitHubReleasesPublishOptions.Builder
A builder for
GitHubReleasesPublishOptions |
static class |
GitHubReleasesPublishOptions.Jsii$Proxy
An implementation for
GitHubReleasesPublishOptions |
| Modifier and Type | Method and Description |
|---|---|
static GitHubReleasesPublishOptions.Builder |
builder() |
String |
getChangelogFile()
(experimental) The location of an .md file (relative to `dist/`) that includes the changelog for the release.
|
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) static GitHubReleasesPublishOptions.Builder builder()
Copyright © 2021. All rights reserved.