Joey Perrott 5ac5ac1dec build: remove local rebase-pr script (#37055)
Remove the local rebase-pr script with a deprecation message
informing the user to instead perform rebases via ng-dev

PR Close #37055
2020-05-18 16:18:32 -07:00

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>"