17 lines
		
	
	
		
			546 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			546 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * @license
							 | 
						||
| 
								 | 
							
								 * Copyright Google LLC All Rights Reserved.
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * Use of this source code is governed by an MIT-style license that can be
							 | 
						||
| 
								 | 
							
								 * found in the LICENSE file at https://angular.io/license
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/** Project-relative path for the changelog file. */
							 | 
						||
| 
								 | 
							
								export const changelogPath = 'CHANGELOG.md';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/** Project-relative path for the "package.json" file. */
							 | 
						||
| 
								 | 
							
								export const packageJsonPath = 'package.json';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/** Default interval in milliseconds to check whether a pull request has been merged. */
							 | 
						||
| 
								 | 
							
								export const waitForPullRequestInterval = 10000;
							 |