-
Notifications
You must be signed in to change notification settings - Fork 147
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(shorebird_cli): record release and patch command metadata #1824
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1824 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 173 173
Lines 5419 5463 +44
=========================================
+ Hits 5419 5463 +44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
# Conflicts: # packages/shorebird_code_push_client/lib/src/code_push_client.dart
packages/shorebird_cli/lib/src/commands/release/release_android_command.dart
Show resolved
Hide resolved
# Conflicts: # packages/shorebird_cli/lib/src/commands/patch/patch_ios_framework_command.dart
I didn't read that closely, seems totally reasonable. Makes me wonder if Metadata wont' want something looser/lighter weight like just a map. 🤷 |
Updates the patch and release commands to send metadata introduced in #1823 when creating patches and releases.