fixed versioning typo

This commit is contained in:
2005 2024-05-18 21:45:29 +02:00
parent 75d76cc89e
commit bf51b2237f

View file

@ -188,7 +188,7 @@ Kubernetes Load Balancer will be used to distribute load along the nodes.
# Versioning # Versioning
[Sematic versioning](https://semver.org/) will be used to version the software as it is one of the most popular and humanly readable versioning system out there. [Semantic versioning](https://semver.org/) will be used to version the software as it is one of the most popular and humanly readable versioning system out there.
> :information_source: **Example**: > :information_source: **Example**:
> Once someone commits a new update that causes older API's/features to break the [`MAJOR`](https://devhints.io/semver) tag has to be changed accordingly. > Once someone commits a new update that causes older API's/features to break the [`MAJOR`](https://devhints.io/semver) tag has to be changed accordingly.