Skip to content

Commit 70564f3

Browse files
authored
build: add commit message scope for multiple components (#22402)
As discussed, adds a new `multiple` scope for commits that cover more than one area.
1 parent 60946cc commit 70564f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ng-dev/commit-message.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const commitMessage: CommitMessageConfig = {
88
minBodyLength: 0,
99
minBodyLengthTypeExcludes: ['docs'],
1010
scopes: [
11+
'multiple', // For when a commit applies to multiple components.
1112
'cdk-experimental/column-resize',
1213
'cdk-experimental/combobox',
1314
'cdk-experimental/dialog',

0 commit comments

Comments
 (0)