mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 15:33:22 +00:00
chore: husky update
This commit is contained in:
@ -26,7 +26,7 @@ function formatCommitMessageFromBranchName(branchName) {
|
||||
const type = match[1];
|
||||
const idTicket = match[2];
|
||||
const featureName = match[3];
|
||||
return `${type}: ${featureName.replace(/[-_]/g, " ")} [${idTicket}]`;
|
||||
return `${type}: ${featureName.replace(/[-_]/g, " ")} [#${idTicket}]`;
|
||||
} else if (matchWithoutTicket) {
|
||||
const type = matchWithoutTicket[1];
|
||||
const featureName = matchWithoutTicket[2];
|
||||
|
||||
Reference in New Issue
Block a user