Interface GitHubReleasesPublishOptions

    • Method Detail

      • getChangelogFile

        @Stability(Experimental)
        @NotNull
        String getChangelogFile()
        (experimental) The location of an .md file (relative to dist/) that includes the changelog for the release.

        Example:

         changelog.md
         
      • getReleaseTagFile

        @Stability(Experimental)
        @NotNull
        String getReleaseTagFile()
        (experimental) The location of a text file (relative to dist/) that contains the release tag.

        Example:

         releasetag.txt
         
      • getVersionFile

        @Stability(Experimental)
        @NotNull
        String getVersionFile()
        (experimental) The location of a text file (relative to dist/) that contains the version number.

        Example:

         version.txt