Skip to content

Commit

Permalink
Update release-process.md (#5181)
Browse files Browse the repository at this point in the history
Fixing some small typos
  • Loading branch information
mpguerra authored Sep 16, 2022
1 parent bfdb29b commit 64d9843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/dev/release-process.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zebra versioning and releases

This document contains the practices that we follow to provide you with a leading-edge application, balanced and with stability.
This document contains the practices that we follow to provide you with a leading-edge application, balanced with stability.
We strive to ensure that future changes are always introduced in a predictable way.
We want everyone who depends on Zebra to know when and how new features are added, and to be well-prepared when obsolete ones are removed.

Expand All @@ -27,7 +27,7 @@ The pre-release version is denoted by appending a hyphen and a series of dot sep
| Level of change | Details |
|:--- |:--- |
| Major release | Contains significant new features, and commonly correspond to network upgrades; some technical assistance may be needed during the update. When updating to a major release, you may need to follow the specific upgrade instructions provided in the release notes. |
| Minor release | Contains new smaller features. Minor releases are should be fully backward-compatible. No technical assistance is expected during update. If you want to use the new features in a minor release, you might need to follow the instructions in the release notes. |
| Minor release | Contains new smaller features. Minor releases should be fully backward-compatible. No technical assistance is expected during update. If you want to use the new features in a minor release, you might need to follow the instructions in the release notes. |
| Patch release | Low risk, bug fix release. No technical assistance is expected during update. |

<a id="supported-releases"></a>
Expand Down

0 comments on commit 64d9843

Please sign in to comment.