Adds `zone.js` as valid scope for commit messages. This is necessary because the `zone.js` repository has been moved into the mono-repo and future changes should be categorized properly through commit messages. Currently the pre-commit git hook or CircleCI will fail when `zone.js` is used as commit scope. PR Close #31277
		
			
				
	
	
		
			43 lines
		
	
	
		
			639 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			639 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "maxLength": 120,
 | 
						|
  "types": [
 | 
						|
    "build",
 | 
						|
    "ci",
 | 
						|
    "docs",
 | 
						|
    "feat",
 | 
						|
    "fix",
 | 
						|
    "perf",
 | 
						|
    "refactor",
 | 
						|
    "release",
 | 
						|
    "style",
 | 
						|
    "test"
 | 
						|
  ],
 | 
						|
  "scopes": [
 | 
						|
    "aio",
 | 
						|
    "animations",
 | 
						|
    "bazel",
 | 
						|
    "benchpress",
 | 
						|
    "common",
 | 
						|
    "compiler",
 | 
						|
    "compiler-cli",
 | 
						|
    "core",
 | 
						|
    "docs-infra",
 | 
						|
    "elements",
 | 
						|
    "forms",
 | 
						|
    "http",
 | 
						|
    "ivy",
 | 
						|
    "language-service",
 | 
						|
    "platform-browser",
 | 
						|
    "platform-browser-dynamic",
 | 
						|
    "platform-server",
 | 
						|
    "platform-webworker",
 | 
						|
    "platform-webworker-dynamic",
 | 
						|
    "router",
 | 
						|
    "service-worker",
 | 
						|
    "upgrade",
 | 
						|
    "packaging",
 | 
						|
    "changelog",
 | 
						|
    "zone.js"
 | 
						|
  ]
 | 
						|
}
 |