| 
									
										
										
										
											2020-09-09 15:01:18 +02:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @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 "package.json" file. */ | 
					
						
							|  |  |  | export const packageJsonPath = 'package.json'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-21 10:08:01 -07:00
										 |  |  | /** Project-relative path for the changelog file. */ | 
					
						
							|  |  |  | export const changelogPath = 'CHANGELOG.md'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-09 15:01:18 +02:00
										 |  |  | /** Default interval in milliseconds to check whether a pull request has been merged. */ | 
					
						
							|  |  |  | export const waitForPullRequestInterval = 10000; |