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

x/actionify/src/deps/octokit-types.ts>Release

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface Release
import { type Release } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

The release object.

Properties

url: string
assets_url: string
upload_url: string
html_url: string
id: number
node_id: string
tag_name: string

The name of the tag.

target_commitish: string

Specifies the commitish value that determines where the Git tag is created from.

name: string
draft: boolean

Wether the release is a draft or published

author: User
prerelease: boolean

Whether the release is identified as a prerelease or a full release.

created_at: string | null
published_at: string | null
assets: ReleaseAsset[]
tarball_url: string | null
zipball_url: string | null
body: string
optional
mentions_count: number
optional
reactions: Reactions
optional
discussion_url: string