ci(danger/precommit): Update incorrect scope message in commit message Danger check

Updated ' hook version
This commit is contained in:
Tomas Sebestik
2023-07-31 12:48:14 +02:00
parent 02f5b9a898
commit 2bd570c93b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ module.exports = async function () {
break;
case "scope-case":
issuesSingleCommitMessage.push(
`- *scope/component* should start with a lowercase letter`
`- *scope/component* should be lowercase without whitespace, allowed special characters are \`_\` \`/\` \`.\` \`,\` \`*\` \`-\` \`.\``
);
break;
case "subject-empty":