diff --git a/docs/guidelines/development.rst b/docs/guidelines/development.rst index ba4baa0..4d3c799 100644 --- a/docs/guidelines/development.rst +++ b/docs/guidelines/development.rst @@ -93,3 +93,32 @@ With the following commit types: - asset - test +Semantic Versioning +--------------------------------------------------------------------------------------------------- +Coupled with conventional commit style messages, we can automajically version the project following +the **Semantic Versioning 2.0.0** specifications. + +The full version identifier consits of a version core (major.minor.patch) + label + hexsha of the commit. +Using the following format: + + +.. code-block:: md + + ..-