Github/release
@hivemq/github/releasev2026.06.01.70
01Models
@hivemq/github/releasev2026.04.13.1github_release.ts
fn createRelease(repo: string, tagName: string)
Create a tagged release in a GitHub repository
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository name |
| tagName | string | Git 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
| Argument | Type | Description |
|---|---|---|
| repo | string | Repository name |
| tagName | string | Git 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