We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60946cc commit 70564f3Copy full SHA for 70564f3
.ng-dev/commit-message.ts
@@ -8,6 +8,7 @@ export const commitMessage: CommitMessageConfig = {
8
minBodyLength: 0,
9
minBodyLengthTypeExcludes: ['docs'],
10
scopes: [
11
+ 'multiple', // For when a commit applies to multiple components.
12
'cdk-experimental/column-resize',
13
'cdk-experimental/combobox',
14
'cdk-experimental/dialog',
0 commit comments