-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Minor: Add docs to release/README.md about rate limits #18704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| providing two commit ids or tags followed by the version number of the release being created. For example, | ||
| to generate a change log of all changes between the `50.3.0` tag and `branch-51`, in preparation for release `51.0.0`: | ||
|
|
||
| > [!NOTE] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can see a rendered preview here: https://github.com/alamb/datafusion/blob/alamb/more_release_update/dev/release/README.md#changelog-generation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should use the GitHub CLI instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds like a good idea to me
|
Thank you @alamb |
## Which issue does this PR close? - related to apache#17558 ## Rationale for this change I have hit rate limit issues in the past when I didn't set my github token correctly, and @xudong963 reported something similar here: apache#17558 (comment) ## What changes are included in this PR? Add a note in the release docs about how to solve the rate limiting ## Are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. -->
Which issue does this PR close?
51.0.0(Nov 2025) #17558Rationale for this change
I have hit rate limit issues in the past when I didn't set my github token correctly, and @xudong963 reported something similar here: #17558 (comment)
What changes are included in this PR?
Add a note in the release docs about how to solve the rate limiting
Are these changes tested?
Are there any user-facing changes?