2018-02-22 15:07:17 -05:00
|
|
|
#!/usr/bin/env bash
|
2017-07-26 15:37:14 -04:00
|
|
|
|
2020-05-19 14:17:45 -04:00
|
|
|
# Clippy ascii art copied from https://github.com/gbigwood/Clippo
|
|
|
|
echo -e "
|
|
|
|
################################################
|
|
|
|
/ \ _________________
|
|
|
|
| | / \\
|
|
|
|
@ @ | It looks like |
|
|
|
|
|| || | you are trying |
|
|
|
|
|| || <--| to merge a PR. |
|
|
|
|
|\_/| \_________________/
|
|
|
|
\___/
|
|
|
|
|
|
|
|
A new merge script is available using `ng-dev`!
|
|
|
|
|
|
|
|
To merge a pr using the new tooling run:
|
|
|
|
|
2020-05-19 18:18:23 -04:00
|
|
|
$ yarn -s ng-dev pr merge <pr-number>
|
2020-05-19 14:17:45 -04:00
|
|
|
|
2017-07-26 15:37:14 -04:00
|
|
|
|
2020-05-21 14:03:56 -04:00
|
|
|
This script has been fully deprecated as it no
|
|
|
|
longer correctly determines branch targets due
|
|
|
|
to how it determines the current version and
|
|
|
|
defines patch branches.
|
|
|
|
################################################"
|