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

Interface VersionOptions

packages/bumpy/src/commands/version.ts:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import type { BumpyConfig, BumpFile, ReleasePlan } from '../types.ts';
13
14interface VersionOptions {
15 commit?: boolean;
16 /** Channel name override (otherwise inferred from the current branch) */
17 channel?: string;
18}
19
20export async function versionCommand(rootDir: string, opts: VersionOptions = {}): Promise<void> {
21 const config = await loadConfig(rootDir);

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…