-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Create release with optional name and message when generate_release_notes is true #2868
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. |
Co-authored-by: Enrico Minack <[email protected]>
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.
Sorry for the delay in fixing |
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.
Does this work for you?
Co-authored-by: Enrico Minack <[email protected]>
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.
LGTM!
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