Version Rules
Format X.Y.Z
X - major. never change it
Y - minor. increment when introducing new features
Z - patch. increment it for all other changes
If incrementing version
Update X.Y.Z in README.md:
Update PROJECT_VERSION in root CMakeLists.txt
Update changes in CHANGELOG.md
Commit description
Prepare description according to template below. Skip sections if empty or not applicable.
Title format: Either [
] or [test] , [build] , [refactoring] . Example: [0.3.1] Recent files and workspaces features Requirements for commit description can be found in ‘req/requirements.pu’
===== BEGIN EXAMPLE ===== Title: [x.y.z | test | build | refactoring]
New
[
] …
Fixed