Member Junction
    Preparing search index...
    • Fetches the latest release version for a repository. Falls back to listing tags if no GitHub Releases exist (common for repos that only push semver tags without creating formal releases).

      Parameters

      • repoUrl: string

        GitHub repository URL

      • options: GitHubClientOptions

        GitHub client options

      • Optionalsubpath: string

      Returns Promise<string>

      The latest non-prerelease version string, or null if none found