Skip to content
Snippets Groups Projects
Commit b2bb5994 authored by Simon Schaufelberger's avatar Simon Schaufelberger Committed by Christian Kuhn
Browse files

[BUGFIX] Abort commit if commit message does not fulfill all requirements

Resolves: #98094
Releases: main, 11.5, 10.4
Change-Id: If84f67d6ac91aeaa47849067e21bef6b13854f3c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75359


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 221136b0
Branches
Tags
No related merge requests found
......@@ -244,6 +244,7 @@ if [ $COMMIT_MSG_ERROR_FOUND -eq 1 ]; then
echo -e " You should fix this and then do commit --amend etc. "
echo -e " [1] https://docs.typo3.org/typo3cms/ContributionWorkflowGuide/latest/singlehtml/Index.html#commit-message-rules-for-typo3-cms"
echo -e "------------------------------------------------------------------\n"
exit 1
fi
add_ChangeId
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment