MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / deleteRelease

Function deleteRelease

packages/bumpy/src/core/github-release.ts:399–401  ·  view source on GitHub ↗
(tag: string, rootDir: string)

Source from the content-addressed store, hash-verified

397
398/** Delete a GitHub release */
399export async function deleteRelease(tag: string, rootDir: string): Promise<void> {
400 await withReleaseToken(() => runArgsAsync(['gh', 'release', 'delete', tag, '--yes'], { cwd: rootDir }));
401}
402
403/** Find draft releases for a package (by name prefix) that are older than the current version */
404export async function findStaleDraftReleases(

Callers

nothing calls this directly

Calls 2

runArgsAsyncFunction · 0.90
withReleaseTokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…