Record

release

No description available.

record release {
  assets: list​<release-asset>,
  assets-url: string,
  author: simple-user,
  body: option​<string>,
  body-html: option​<string>,
  body-text: option​<string>,
  created-at: string,
  discussion-url: option​<string>,
  draft: bool,
  html-url: string,
  id: s32,
  mentions-count: option​<s32>,
  name: string,
  node-id: string,
  prerelease: bool,
  published-at: string,
  reactions: option​<reaction-rollup>,
  tag-name: string,
  tarball-url: string,
  target-commitish: string,
  upload-url: string,
  url: string,
  zipball-url: string,
}

Fields

NameTypeDescription
assetslist​<release-asset>
assets-urlstring
authorsimple-user
bodyoption​<string>
body-htmloption​<string>
body-textoption​<string>
created-atstring
discussion-urloption​<string>
draftbool
html-urlstring
ids32
mentions-countoption​<s32>
namestring
node-idstring
prereleasebool
published-atstring
reactionsoption​<reaction-rollup>
tag-namestring
tarball-urlstring
target-commitishstring
upload-urlstring
urlstring
zipball-urlstring