-
Notifications
You must be signed in to change notification settings - Fork 85
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
[eas-cli] Add update:edit command for editing rollout #2503
[eas-cli] Add update:edit command for editing rollout #2503
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @wschurman and the rest of your teammates on Graphite |
Size Change: +1 B (0%) Total Size: 51.1 MB
|
3c850e6
to
85ec3a8
Compare
ffcca14
to
e80e23c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2503 +/- ##
==========================================
- Coverage 52.87% 52.81% -0.05%
==========================================
Files 544 545 +1
Lines 20085 20219 +134
Branches 4096 4128 +32
==========================================
+ Hits 10617 10676 +59
- Misses 8654 8716 +62
- Partials 814 827 +13 ☔ View full report in Codecov by Sentry. |
85ec3a8
to
a150d1f
Compare
e80e23c
to
052eb05
Compare
a150d1f
to
8ac3ba6
Compare
052eb05
to
2481fe5
Compare
8ac3ba6
to
6ee4fd1
Compare
2481fe5
to
f6c2020
Compare
Merge activity
|
f6c2020
to
4ff20ce
Compare
✅ Thank you for adding the changelog entry! |
Why
This adds the ability to increase a rollout for an update.
How
Add new command,
update:edit
that takes the rollout-percentage flag.Test Plan