alamb commented on code in PR #3253:
URL: https://github.com/apache/arrow-rs/pull/3253#discussion_r1037553149
##########
object_store/dev/release/update_change_log.sh:
##########
@@ -49,8 +49,8 @@ docker run -it --rm -e
CHANGELOG_GITHUB_TOKEN="$CHANGELOG_GITHUB_TOKEN" -v "$(pw
--cache-file=.githubchangeloggenerator.cache \
--cache-log=.githubchangeloggenerator.cache.log \
--http-cache \
- --max-issues=300 \
- --exclude-tags-regex "^\d+\.\d+\.\d+$" \
+ --max-issues=600 \
Review Comment:
need to fetch 600 issues to get some of the older ones that have been
resolved!
##########
object_store/dev/release/update_change_log.sh:
##########
@@ -49,8 +49,8 @@ docker run -it --rm -e
CHANGELOG_GITHUB_TOKEN="$CHANGELOG_GITHUB_TOKEN" -v "$(pw
--cache-file=.githubchangeloggenerator.cache \
--cache-log=.githubchangeloggenerator.cache.log \
--http-cache \
- --max-issues=300 \
- --exclude-tags-regex "^\d+\.\d+\.\d+$" \
+ --max-issues=600 \
+ --exclude-tags-regex "(^\d+\.\d+\.\d+$)|(rc)" \
Review Comment:
Also I needed to exclude the 'rc' tags so it didn't make changelog entries
for `26.0.0_rc1`
--
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]