We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generate Release Notes (Node Cross Platform)
Generating release notes is really slow in our case because "Getting associated PRs" will fetch about 100 000 PRs.
According to this comment from MSFT, the pull request list API will sort completed PRs by completion date.
With that in mind, in getPullRequest we could stop the PR iteration when we reached the oldest build/release date that we are comparing against.
No response
The text was updated successfully, but these errors were encountered:
Interesting idea, note sure when I might have time to experiment with this technique, but it is on the backlog
Sorry, something went wrong.
The fix #1588 has just been released, this provides some new option that could help PR discovery performance
Thanks! It solved a lot of production issues
No branches or pull requests
Azure DevOps Extensions
Generate Release Notes (Node Cross Platform)
Is your feature request related to a problem? Please describe.
Generating release notes is really slow in our case because "Getting associated PRs" will fetch about 100 000 PRs.
Describe the solution you'd like
According to this comment from MSFT, the pull request list API will sort completed PRs by completion date.
With that in mind, in getPullRequest we could stop the PR iteration when we reached the oldest build/release date that we are comparing against.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: