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 30593d0 commit 22f58a7Copy full SHA for 22f58a7
docs/reference/contributing/guidelines/workflow.md
@@ -61,6 +61,14 @@ Pull requests on GitHub have to meet the following requirements to keep the code
61
- Avoid merging commmits. (Always rebase when possible.)
62
- Pull requests should fix a bug, add a feature or refactor.
63
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
72
### Pull request categories
73
74
#### Bug fixes
0 commit comments