-
Notifications
You must be signed in to change notification settings - Fork 3
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
ci: Add a Release Notes template and label categorization for easy auto generation. #335
Conversation
…tically by GH Signed-off-by: Alfredo Gutierrez <[email protected]>
…future we can experiment with release_drafter tool. Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
e559294
to
0ee0050
Compare
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.
Approving for now, approved something similar and they added github_actions
and internal
labels as the internal
changelog category. May be something to consider in another ticket.
Yeah, I also think that could be the better way to go actually, do you have that example so I can use it as inspiration for our repo? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #335 +/- ##
=========================================
Coverage 94.05% 94.05%
Complexity 300 300
=========================================
Files 68 68
Lines 1177 1177
Branches 82 82
=========================================
Hits 1107 1107
Misses 57 57
Partials 13 13 |
Description:
Added .github/release.yaml for Generating better release notes automatically by GH]
Related issue(s):
Fixes #334
Notes for reviewer:
This might be needed to be tested a couple times before it works as expected 😅
Checklist