@cfxlabsinc/b2b-services
    Preparing search index...

    Interface GitHubRelease

    interface GitHubRelease {
        assets: GitHubReleaseAsset[];
        htmlUrl: string;
        isPrerelease: boolean;
        publishedAt: Date;
        tagName: string;
    }
    Index
    htmlUrl: string
    isPrerelease: boolean
    publishedAt: Date

    Null only for a draft, which GitHubReleaseClient.listReleases drops.

    tagName: string