Remove the local rebase-pr script with a deprecation message informing the user to instead perform rebases via ng-dev PR Close #37055
		
			
				
	
	
		
			8 lines
		
	
	
		
			284 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			284 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| # TODO: Remove this deprecation warning after a reasonable period.
 | |
| 
 | |
| echo "The rebase script has been replaced by the rebase script provided in ng-dev";
 | |
| echo "To run the rebase via ng-dev run the following command:"
 | |
| echo "  $ yarn -s ng-dev pr rebase <pr-number>"
 |