Skip to content

Commit ac60f94

Browse files
committed
Merge branch 'feature_releases' of https://github.com/screamerbg/neo into feature_releases
2 parents e2c13c5 + 3d22d5b commit ac60f94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ The update command fails if there are changes in your program or library that `m
756756

757757
### Updating to an upstream version
758758

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, e.g. 1.2, v1.0.1, r5.6, mbed-os-5.6, etc.
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.
760760

761761
You can find stable release versions of a program or a library using the `mbed releases` command:
762762

@@ -773,9 +773,10 @@ mbed-os (#182bbd51bc8d, tags:latest, mbed-os-5.6.5)
773773
* mbed-os-5.6.5 <- current
774774
```
775775

776-
You can also recursively list stable releases for your program and libraries using the `-r` switch, e.g. `mbed releases -r`. The output of this command is usually long, thus it's not included in this documentation.
776+
You can also recursively list stable releases for your program and libraries using the `-r` switch, for example `mbed releases -r`.
777+
778+
Lastly, you can list unstable releases, such as release candidates, alphas and betas by using the `-u` switch.
777779

778-
Lastly, you can list unstable releases, like release candidates, alphas, betas, using the `-u` switch.
779780
```
780781
$ cd mbed-client
781782
$ mbed releases -u
@@ -789,8 +790,7 @@ mbed-client (#31e5ce203cc0, tags:v3.0.0)
789790
* v3.0.0 <- current
790791
```
791792

792-
You can use the `-a` switch to print out release and revision hash pairs.
793-
793+
You can use the `-a` switch to print release and revision hash pairs.
794794

795795
#### Updating a program
796796

0 commit comments

Comments
 (0)