Fix Typos in Continuous Integration and Release Process Documentation (#9209)
* typo continuous-integration.md * typorelease-process.md
This commit is contained in:
parent
bbb8e3d650
commit
e0c3a55998
|
@ -16,7 +16,7 @@ Some of our builds and tests are repeated on the `main` branch, due to:
|
|||
- our cached state sharing rules, or
|
||||
- generating base coverage for PR coverage reports.
|
||||
|
||||
Currently, each Zebra and lightwalletd full and update sync will updates cached state images,
|
||||
Currently, each Zebra and lightwalletd full and update sync will update cached state images,
|
||||
which are shared by all tests. Tests prefer the latest image generated from the same commit.
|
||||
But if a state from the same commit is not available, tests will use the latest image from
|
||||
any branch and commit, as long as the state version is the same.
|
||||
|
|
|
@ -65,7 +65,7 @@ We let you preview what's coming by providing Release Candidate \(`rc`\) pre-rel
|
|||
|
||||
### Distribution tags
|
||||
|
||||
Zebras's tagging relates directly to versions published on Docker. We will reference these [Docker Hub distribution tags](https://hub.docker.com/r/zfnd/zebra/tags) throughout:
|
||||
Zebra's tagging relates directly to versions published on Docker. We will reference these [Docker Hub distribution tags](https://hub.docker.com/r/zfnd/zebra/tags) throughout:
|
||||
|
||||
| Tag | Description |
|
||||
|:--- |:--- |
|
||||
|
|
Loading…
Reference in New Issue