fix: refs #6130 test

This commit is contained in:
Pablo Natek 2024-04-12 12:22:00 +02:00
parent 0db4cd7a12
commit 8887550713
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ if (branchName) {
const referenceTag = `refs #${reference}`;
if (!msg.includes(referenceTag) || reference) {
const splitedMsg = msg.split(':');
if (splitedMsg.length > 1) {

View File

@ -4,5 +4,5 @@
echo "Running husky commit-msg hook"
npx --no-install commitlint --edit
echo "Adding reference tag to commit message"
pnpm run addReferenceTag
npm run addReferenceTag