Skip to content

Commit 5eaae41

Browse files
Riksu9000JF002
authored andcommitted
Fix versioning
1 parent e53f1bf commit 5eaae41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versioning
2-
The versioning of this project is based on [Semantic versionning](https://semver.org/) :
2+
The versioning of this project is based on [Semantic versioning](https://semver.org/):
33

44
- The **patch** is incremented when we fix a bug on a **released** version (most of the time using a **hotfix** branch).
55
- The **minor** is incremented when we release a new version with new features. It corresponds to a merge of **develop** into **master**.
6-
- The **major** should be incremented when a breaking change is made to the application. We still have to define what is a breaking change in the context of this project. For now, I suggest that it stays **0** until we have a fully functioning firmware suited for the final user.
6+
- The **major** should be incremented when a breaking change is made to the application. We still have to define what is a breaking change in the context of this project.

0 commit comments

Comments
 (0)