Skip to content

Commit 0d03dc7

Browse files
committed
workflow: add versioning
1 parent 31c93da commit 0d03dc7

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
@@ -60,6 +60,14 @@ Pull requests on GitHub have to meet the following requirements to keep the code
6060
- Avoid merging commmits. (Always rebase when possible.)
6161
- Pull requests should fix a bug, add a feature or refactor.
6262

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

6573
##### Bug fixes

0 commit comments

Comments
 (0)