diff --git a/.ng-dev/config.ts b/.ng-dev/config.ts index 2208ab7a26..5fcee181b9 100644 --- a/.ng-dev/config.ts +++ b/.ng-dev/config.ts @@ -3,7 +3,7 @@ import {MergeConfig} from '../dev-infra/pr/merge/config'; // The configuration for `ng-dev commit-message` commands. const commitMessage = { 'maxLength': 120, - 'minBodyLength': 100, + 'minBodyLength': 20, 'minBodyLengthTypeExcludes': ['docs'], 'types': [ 'build',