Skip to content

Commit 17c8a0a

Browse files
crisbetommalerba
authored andcommitted
build: add commit message scope for multiple components (#22402)
As discussed, adds a new `multiple` scope for commits that cover more than one area. (cherry picked from commit 70564f3)
1 parent 32f05d9 commit 17c8a0a

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)