We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c93da commit 0d03dc7Copy full SHA for 0d03dc7
docs/reference/contributing/guidelines/workflow.md
@@ -60,6 +60,14 @@ Pull requests on GitHub have to meet the following requirements to keep the code
60
- Avoid merging commmits. (Always rebase when possible.)
61
- Pull requests should fix a bug, add a feature or refactor.
62
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
71
#### Pull request categories
72
73
##### Bug fixes
0 commit comments