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