UNPKG

@mediamonks/commitlint-issue-reference

Version:

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

2 lines (1 loc) 103 B
export declare function getTicketFromBranch(branch: string, issuePattern: string): string | undefined;