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

Interface DraftReleaseInfo

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

Source from the content-addressed store, hash-verified

158}
159
160export interface DraftReleaseInfo {
161 tag: string;
162 title: string;
163 body: string;
164 isDraft: boolean;
165 metadata: ReleaseMetadata | null;
166}
167
168/** Parse bumpy metadata from a release body */
169export function parseReleaseMetadata(body: string): ReleaseMetadata | null {

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…