You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Click here to learn more about `--targetBinaryVersion`</summary>
270
-
This specifies the store/binary version of the application you are releasing the update for, so that only users running that version will receive the update, while users running an older and/or newer version of the app binary will not. This is useful for the following reasons:
269
+
<summary>Click here to learn more about the --targetBinaryVersion param</summary>
270
+
The `targetBinaryVersion` specifies the store/binary version of the application you are releasing the update for, so that only users running that version will receive the update, while users running an older and/or newer version of the app binary will not. This is useful for the following reasons:
271
271
272
272
1. If a user is running an older binary version, it's possible that there are breaking changes in the CodePush update that wouldn't be compatible with what they're running.
273
273
@@ -302,19 +302,6 @@ The following table outlines the version value that CodePush expects your update
302
302
303
303
</details>
304
304
305
-
## Rolling back an update
306
-
Roll back the latest release (of the `Staging` app, in this case):
307
-
308
-
> ⚠️ This rolls back the release to the previous CodePush version, NOT the AppStore version (if there was one in between).
Functionally, this will work just like any other CodePush update, but it installs the previous version
316
-
and will no longer push the rolled back version to new devices.
317
-
318
305
## Gaining insight in past releases
319
306
Here are a few CodePush CLI commands you may find useful:
320
307
@@ -442,7 +429,9 @@ While you could use the `release` command to "manually" migrate an update from o
442
429
<details>
443
430
<summary>Read this if you want to learn all about rollbacks</summary>
444
431
445
-
A deployment's release history is immutable, so you cannot delete or remove individual updates once they have been released without deleting all of the deployment's release history. However, if you release an update that is broken or contains unintended features, it is easy to roll it back using the `rollback` command:
432
+
A deployment's release history is immutable, so you cannot delete or remove individual updates once they have been released without deleting all of the deployment's release history.
433
+
However, if you release an update that is broken or contains unintended features,
434
+
it is easy to roll it back using the `rollback` command:
0 commit comments