Files
clang-p2996/llvm/utils/release
Tobias Hieta f3e950a2fe [Utils] Add new merge-release-pr.py script. (#101630)
This script helps the release managers merge backport PR's.

It does the following things:

* Validate the PR, checks approval, target branch and many other things.
* Rebases the PR
* Checkout the PR locally
* Pushes the PR to the release branch
* Deletes the local branch

I have found the script very helpful to merge the PR's.
2024-08-10 21:02:38 +02:00
..