Skip to main content

Github/release

@hivemq/github/releasev2026.06.01.70· 2d agoMODELS
01Models1
@hivemq/github/releasev2026.04.13.1github_release.ts
fn createRelease(repo: string, tagName: string)
Create a tagged release in a GitHub repository
ArgumentTypeDescription
repostringRepository name
tagNamestringGit tag name (e.g. v1.2.3)
fn createReleasesAcrossRepos(repo: string, tagName: string)
Fan-out: create the same tagged release across multiple repositories in a single operation
ArgumentTypeDescription
repostringRepository name
tagNamestringGit tag name (e.g. v1.2.3)

Resources

release(infinite)— A GitHub release created by this model
02Stats
D
42 / 100
Downloads
1
Archive size
31.2 KB
  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1pending
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description0/1missing
  • Platform support declared (or universal)2/2earned
  • License declared0/1missing
  • Verified public repository0/2missing
03Platforms