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

Interface ChangelogContext

packages/bumpy/src/core/changelog.ts:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// ---- Formatter interface ----
8
9export interface ChangelogContext {
10 release: PlannedRelease;
11 /** Bump files that contributed to this release */
12 bumpFiles: BumpFile[];
13 /** ISO date string (YYYY-MM-DD) */
14 date: string;
15 /** Where this entry will be used — formatters can customize output per target (default: 'changelog') */
16 target?: 'changelog' | 'github-release';
17}
18
19/**
20 * A changelog formatter receives full context and returns the complete

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…