7299_testToMaster #2411

Merged
alexm merged 342 commits from 7299_testToMaster into master 2024-05-07 05:30:42 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 8887550713 - Show all commits

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