mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
24 lines
299 B
JSON
24 lines
299 B
JSON
{
|
|
"maxLength": 100,
|
|
"types": [
|
|
"build",
|
|
"ci",
|
|
"docs",
|
|
"feat",
|
|
"fix",
|
|
"perf",
|
|
"refactor",
|
|
"style",
|
|
"test"
|
|
],
|
|
"scopes": [
|
|
"@angular/cli",
|
|
"@ngtools/json-schema",
|
|
"@ngtools/logger",
|
|
"@ngtools/webpack",
|
|
|
|
"packaging",
|
|
"changelog"
|
|
]
|
|
}
|