Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/GitHubClients/mod.ts>ReleaseClient#releaseExists

Various HTTP clients for miscellaneous use.
Go to Latest
method ReleaseClient.prototype.releaseExists
import { ReleaseClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/GitHubClients/mod.ts";

Returns a value indicating whether or not a release is tied to a tag that matches the given tagName, for a repository with a name that matches the given ReleaseClient.this.repoName.

Parameters

tagName: string

The name of the tag tied to the release.

Returns

Promise<boolean>

The release for the given repository and name.