This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from f0650986ad Revert "[CI] Fix build android rpc failure in CI" (#12277)
add 1ca07438e0 [release] Add script to gather PRs for a release (#11987)
No new revisions were added by this update.
Summary of changes:
docs/contribute/release_process.rst | 44 ++++++--
tests/scripts/release/.gitignore | 5 +
tests/scripts/release/README.md | 43 +++++++
tests/scripts/release/gather_prs.py | 216 ++++++++++++++++++++++++++++++++++++
tests/scripts/release/list_rfcs.py | 75 +++++++++++++
tests/scripts/release/make_notes.py | 133 ++++++++++++++++++++++
6 files changed, 509 insertions(+), 7 deletions(-)
create mode 100644 tests/scripts/release/.gitignore
create mode 100644 tests/scripts/release/README.md
create mode 100644 tests/scripts/release/gather_prs.py
create mode 100644 tests/scripts/release/list_rfcs.py
create mode 100644 tests/scripts/release/make_notes.py