-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: add release.yml for auto-generating release notes #2606
Conversation
Signed-off-by: Logan Nguyen <[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.
lg, left some comments to clean up label usages
Signed-off-by: Logan Nguyen <[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
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2606 +/- ##
==========================================
+ Coverage 77.03% 77.20% +0.16%
==========================================
Files 40 40
Lines 3231 3237 +6
Branches 669 670 +1
==========================================
+ Hits 2489 2499 +10
+ Misses 527 524 -3
+ Partials 215 214 -1 ☔ View full report in Codecov by Sentry. |
Description:
Added release.yml file to the .github/ folder for auto-generating release notes
Related issue(s):
Fixes #2602
Notes for reviewer:
Checklist