-
Notifications
You must be signed in to change notification settings - Fork 0
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
configuration for release notes generation #874
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #874 +/- ##
===========================================
+ Coverage 96.19% 99.15% +2.96%
===========================================
Files 138 72 -66
Lines 33685 16041 -17644
Branches 4914 2978 -1936
===========================================
- Hits 32402 15905 -16497
+ Misses 1275 132 -1143
+ Partials 8 4 -4 ☔ View full report in Codecov by Sentry. |
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.
Here is a guide for best practices for change logs Github:
https://keepachangelog.com/en/1.0.0/
This PR is an example for custom changelogs, which are categorized based off the the labels on pull requests. An example file has been included to show a workflow that automatically labels pull requests based off of their branch name. This change would mean making changes to the wiki, the pull request template, and optionally the readMe. The labels used in this PR are examples, you can pick whatever labels / rules to use for future. But should be included in any documentation created. |
Description
Added configuration for custom auto generated release notes.
Made relevant changes in documentation.
The same changes would need to be made in ims-api
Testing instructions
Add a set up instructions describing how the reviewer should test the code
Agile board tracking
closes #806