This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 7860cf520 redirect all automated emails to notifications as per
https://lists.apache.org/[email protected]
add a5d23a469 THRIFT-5973: Add generate-changes.py script to automate
CHANGES.md generation Client: build
No new revisions were added by this update.
Summary of changes:
.github/workflows/generate-changes.yml | 62 +++
build/generate-changes.py | 830 +++++++++++++++++++++++++++++++++
2 files changed, 892 insertions(+)
create mode 100644 .github/workflows/generate-changes.yml
create mode 100755 build/generate-changes.py