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

Interface ConventionalCommit

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

Source from the content-addressed store, hash-verified

17}
18
19interface ConventionalCommit {
20 hash: string;
21 type: string; // feat, fix, chore, etc.
22 scope: string | null;
23 breaking: boolean;
24 description: string;
25 body: string;
26}
27
28const BUMP_MAP: Record<string, BumpType> = {
29 feat: 'minor',

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…