Skip to content
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

🌱 Make release notes tool not dependent on local git #9618

Merged

Commits on Dec 14, 2023

  1. Make release notes tool not dependent on local git

    Now all the date is retrieved through GitHub APIs, making the tool more
    portable and easier to use. It should not increase the rate limiting
    chances since it now performs less API requests (by getting the label
    from all PRs at once instead of with one request per PR).
    g-gaston committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4452c01 View commit details
    Browse the repository at this point in the history