Skip to content

Commit

Permalink
Fix formatting in versioning section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cheff committed Dec 21, 2024
1 parent 067a9a2 commit 1f2b08f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ We keep track of how many issues are closed at the end of the month in [docs/iss
### Versioning

Zen uses [Semantic Versioning](https://semver.org/) for versioning. Meaning, versions are displayed as `a.b.c-d.e` where:
* `a` is the major version
* `b` is the minor version
* `c` is the patch version
* `d` is the branch prefix
* `e` is the build number

- `a` is the major version
- `b` is the minor version
- `c` is the patch version
- `d` is the branch prefix
- `e` is the build number

### Branches

Expand Down

0 comments on commit 1f2b08f

Please sign in to comment.