mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Remove the local rebase-pr script with a deprecation message informing the user to instead perform rebases via ng-dev PR Close #37055
7 lines
284 B
Bash
Executable file
7 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>"
|