Skip to content

Commit 22f58a7

Browse files
committed
workflow: add versioning
1 parent 30593d0 commit 22f58a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ Pull requests on GitHub have to meet the following requirements to keep the code
6161
- Avoid merging commmits. (Always rebase when possible.)
6262
- Pull requests should fix a bug, add a feature or refactor.
6363

64+
#### Mbed OS release versioning
65+
66+
Version number MAJOR.FEATURE.PATCH where:
67+
68+
- MAJOR version for incompatible API changes
69+
- FEATURE version for adding functionality in backward-compatible manner
70+
- PATCH version for backward-compatible bug fixes
71+
6472
### Pull request categories
6573

6674
#### Bug fixes

0 commit comments

Comments
 (0)