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
@@ -756,14 +756,14 @@ The update command fails if there are changes in your program or library that `m
756
756
757
757
### Updating to an upstream version
758
758
759
-
Before updating a program or a library, it's good to know the names of the stable releases, usually marked with a tag using a common format, such as `1.2`, `v1.0.1`, `r5.6`, `mbed-os-5.6` and so on.
759
+
Before updating a program or a library, it's good to know the names of the stable releases, usually marked with a tag using a common format, such as `1.2`, `v1.0.1`, `r5.6`, `mbed-os-5.6` and so on.
760
760
761
761
You can find stable release versions of a program or a library using the `mbed releases` command:
You can use the `-a` switch to print release and revision hash pairs.
794
794
795
+
Mbed CLI recognizes stable release if the tags are in standard versioning format, such as `MAJOR[.MINOR][.PATCH][.BUILD]`, and optionally prefixed with either `v`, `r` or `mbed-os`. Unstable releases can be suffixed with any letter/number/hyphen/dot combination.
796
+
795
797
#### Updating a program
796
798
797
799
To update your program to another upstream version, go to the root folder of the program, and run:
0 commit comments