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

Interface BumpFileGitInfo

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

Source from the content-addressed store, hash-verified

153// ---- Types ----
154
155interface BumpFileGitInfo {
156 prNumber?: number;
157 prUrl?: string;
158 commitHash?: string;
159 author?: string;
160}
161
162interface SummaryOverrides {
163 pr?: number;

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…