mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 05:16:43 +01:00
Update Documentation for developer
This commit is contained in:
9
developer/_sources/Versioning.rst.txt
Normal file
9
developer/_sources/Versioning.rst.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Package Versioning
|
||||
===================
|
||||
|
||||
We use Semantic Versioning for our releases. Each version number is in the format MAJOR.MINOR.PATCH, where:
|
||||
|
||||
- **MAJOR** version increments indicate incompatible API changes,
|
||||
- **MINOR** version increments indicate added functionality in a backward-compatible manner,
|
||||
- **PATCH** version increments indicate backward-compatible bug fixes.
|
||||
|
||||
@@ -66,6 +66,7 @@ slsDetectorPackage
|
||||
container_utils
|
||||
type_traits
|
||||
ToString
|
||||
Versioning
|
||||
|
||||
.. toctree::
|
||||
:caption: Firmware
|
||||
|
||||
Reference in New Issue
Block a user