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 90988aa commit 8bf3caaCopy full SHA for 8bf3caa
.ng-dev/commit-message.ts
@@ -17,6 +17,6 @@ export const commitMessage: CommitMessageConfig = {
17
minBodyLength: 0,
18
minBodyLengthTypeExcludes: ['docs'],
19
scopes: [
20
- ...Object.keys(packages).filter(name => !packages[name].private),
+ ...Object.keys(packages),
21
],
22
};
CONTRIBUTING.md
@@ -215,6 +215,7 @@ The following is the list of supported scopes:
215
* **@angular/pwa**
216
* **@angular-devkit/architect**
217
* **@angular-devkit/architect-cli**
218
+* **@angular-devkit/benchmark**
219
* **@angular-devkit/build-angular**
220
* **@angular-devkit/build-ng-packagr**
221
* **@angular-devkit/build-optimizer**
0 commit comments