UNPKG

@mediamonks/commitlint-issue-reference

Version:

Ensures your commit messages always include the same issue key as in your branch name

3 lines (2 loc) 275 B
import type { IssueReferences } from '../utils/findIssueReferencesInCommit.js'; export declare function processFooter(issueFromBranch: string, issuesInCommit: IssueReferences, message: string, updateCommit: (message: string) => void, autoAdd?: boolean): boolean | undefined;