alamb commented on a change in pull request #1210:
URL: https://github.com/apache/arrow-rs/pull/1210#discussion_r788689611
##########
File path: dev/release/update_change_log.sh
##########
@@ -36,7 +36,9 @@ pushd ${SOURCE_TOP_DIR}
docker run -it --rm -e CHANGELOG_GITHUB_TOKEN=$CHANGELOG_GITHUB_TOKEN -v
"$(pwd)":/usr/local/src/your-app
githubchangeloggenerator/github-changelog-generator \
--user apache \
--project arrow-rs \
- --since-tag 6.0.0 \
- --future-release 7.0.0
-
-sed -i "s/\\\n/\n\n/" CHANGELOG.md
+ --cache-file=.githubchangeloggenerator.cache \
+ --cache-log=.githubchangeloggenerator.cache.log \
+ --http-cache \
+ --max-issues=300 \
Review comment:
this max setting was the key thing I needed to avoid github ratelimit
--
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]