MCPcopy Create free account
hub / github.com/conventional-changelog/commitlint / GetCommitMessageOptions

Interface GetCommitMessageOptions

@commitlint/read/src/read.ts:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { x } from "tinyexec";
7
8interface GetCommitMessageOptions {
9 cwd?: string;
10 from?: string;
11 fromLastTag?: boolean;
12 to?: string;
13 last?: boolean;
14 edit?: boolean | string;
15 gitLogArgs?: string;
16}
17
18// Get commit messages
19export default async function getCommitMessages(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected