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

Remove GenerateReleaseNotes from RepositoriesService.EditRelease #2445

Merged
merged 1 commit into from Sep 5, 2022
Merged

Remove GenerateReleaseNotes from RepositoriesService.EditRelease #2445

merged 1 commit into from Sep 5, 2022

Commits on Aug 24, 2022

  1. Remove GenerateReleaseNotes from RepositoriesService.EditRelease

    According to the [GitHub v3 API reference](https://docs.github.com/en/rest/releases/releases#update-a-release),
    `generate_release_notes` is not a recognised body parameter of the endpoint to update a release. If provided to
    the API, it will have no effect.
    
    This commit removes the setting of this parameter when updating a release, to avoid confusion in the effect of
    setting this parameter.
    coro committed Aug 24, 2022
    Copy the full SHA
    4bd098b View commit details
    Browse the repository at this point in the history