-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add automated release notes #2611
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2611 +/- ##
=========================================
- Coverage 65.4% 65.3% -0.1%
- Complexity 1101 1148 +47
=========================================
Files 213 216 +3
Lines 9385 9744 +359
Branches 1866 1932 +66
=========================================
+ Hits 6140 6372 +232
- Misses 2047 2155 +108
- Partials 1198 1217 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@hilpitome to have an example of what the output of this is? where it goes, stuff like that, thanks! |
The output from this will go to the release notes when making releases . Currently, the release notes autogenerated by github just list the PR titles. With this configuration the labels will be used to group them appropriately. An example output should be like below.
cc @pld |
* main: Make SideMenu items scrollable (#2645) Add progress indicator for report generation (#2635) CHT measure report result screen (#2624) Provide missing QuestionnaireResponse in bundle param for FhirCarePlanGenerator#conditionallyUpdateResourceStatus (#2643) Fix resource closure failure after server sync (#2639) Fix build add more further reading (#2637) Refactor questionnaire implementation (#2622) Fix Unit Tests + Build 💚 Fix Unit Tests ✅ Clean up Fix Unit tests ✅ Updating the login flow to save multiple practitioner details (#2623) Disable Dialog Dismiss Incase of Initial Sync Errors (#2608) Add the new ecbis production flavor Performance tests for loading register data (#2592) Fix back navigation for date selection page (#2628) Create github release file (#2611) Add form authoring consideration documentation (#2618)
Co-authored-by: Sharon Akinyi <79141719+sharon2719@users.noreply.github.com>
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #[issue number] or Closes #[issue number]
Engineer Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guideCode Reviewer Checklist
strings.xml
file