-
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
Use reusable GitHub workflows for archiving and creating the XCFramework #9
Use reusable GitHub workflows for archiving and creating the XCFramework #9
Conversation
- Fixed `ORKHealthKitQuantityTypeAnswerFormat`issues - Improved `ORKReviewStep` initialization - Introduced a new property called `shouldAutomaticallyAdjustImageTintColor` on `ORKStep` to automatically adopt dark mode version of an image - Added `ORKSESQuestionResult` to Table View Providers - ORKCatalog Improvements - ORKImageSelectionView improvements - Bumped version to 2.2.12
…-and-xcframework-template-workflows
3677a9f
to
98dbd4e
Compare
@PSchmiedmayer Just created a new release via the reusable GitHub Actions workflows, worked fine: https://github.com/StanfordBDHG/ResearchKit/releases/tag/2.2.19 Feel free to check the (minimal) code changes (most of the diff comes from upstream ResearchKit) 🚀 |
…-template-workflows' into feat/use-archive-and-xcframework-template-workflows
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.
Thank you for all the improvements. I had a few minor comments that I noted in the review, would be great if those are addressed before we merge the PR.
Thanks for all the work here to make this reusable 🚀
No need for an other review from my side once these issues are addressed and you validated that the feature branch is working using an external package and tests 👍
Use template GitHub workflows for archiving and creating the XCFramework
♻️ Current situation & Problem
In StanfordBDHG/.github#40, we introduced reusable GitHub Actions workflows for the archiving and creation of XCFrameworks. This enables us to avoid code duplication.
⚙️ Release Notes
📚 Documentation
Provided in the workflow files
✅ Testing
Manually tested by creating an example release of ResearchKit.
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: