goldmedal commented on code in PR #13882:
URL: https://github.com/apache/datafusion/pull/13882#discussion_r1896668065
##########
dev/release/generate-changelog.py:
##########
@@ -44,6 +44,7 @@ def generate_changelog(repo, repo_name, tag1, tag2, version):
unique_pulls = []
all_pulls = []
for commit in comparison.commits:
+ print(".", file=sys.stderr, end=" ", flush=True) # progress indicator
Review Comment:
👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]