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

Interface GitHubReleaseOptions

packages/bumpy/src/core/github-release.ts:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41export interface GitHubReleaseOptions {
42 dryRun?: boolean;
43 title?: string;
44 formatter?: ChangelogFormatter;
45}
46
47/** Create individual GitHub releases for each published package */
48export async function createIndividualReleases(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…