Create release with optional name and message when generate_release_notes is true#2868
Merged
EnricoMi merged 18 commits intoPyGithub:mainfrom Mar 21, 2024
heitorpolidoro:main
Merged
Create release with optional name and message when generate_release_notes is true#2868EnricoMi merged 18 commits intoPyGithub:mainfrom heitorpolidoro:main
EnricoMi merged 18 commits intoPyGithub:mainfrom
heitorpolidoro:main
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2868 +/- ##
=======================================
Coverage 96.71% 96.71%
=======================================
Files 147 147
Lines 14877 14881 +4
=======================================
+ Hits 14388 14392 +4
Misses 489 489 ☔ View full report in Codecov by Sentry. |
EnricoMi
reviewed
Jan 26, 2024
EnricoMi
reviewed
Feb 21, 2024
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
EnricoMi
requested changes
Feb 22, 2024
Contributor
Author
|
Sorry for the delay in fixing |
EnricoMi
requested changes
Mar 2, 2024
Collaborator
EnricoMi
left a comment
There was a problem hiding this comment.
Does this work for you?
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Name and Message are not required when generate_release_notes it true in the API: https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release
Broke if you want to use generate_release_notes without passing name or message to generate automatically