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

Interface GenerateOptions

packages/bumpy/src/commands/generate.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import type { BumpType, BumpTypeWithNone, BumpyConfig, BumpFileRelease, WorkspacePackage } from '../types.ts';
12
13interface GenerateOptions {
14 from?: string; // git ref to start from (default: branch base)
15 dryRun?: boolean;
16 name?: string;
17}
18
19interface ConventionalCommit {
20 hash: string;

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…