Closed guillaumeaubert closed 9 years ago
The documentation says:
Return a regex that will extract a ticket ID from a commit message, if it exists.
But the code uses extract_ticket_id_from_branch to generate the regex that is returned.
extract_ticket_id_from_branch
Released in v1.5.0.
The documentation says:
But the code uses
extract_ticket_id_from_branch
to generate the regex that is returned.