devel-versioning.rst
changeset 1102 01d500f0b867
parent 1101 33ba35eff910
child 1104 2b8f6be245c0
equal deleted inserted replaced
1101:33ba35eff910 1102:01d500f0b867
   184  * You can have several build machine which may concurrently update version.
   184  * You can have several build machine which may concurrently update version.
   185  * There does not exist tools for easy querying for status of build by its
   185  * There does not exist tools for easy querying for status of build by its
   186    number (as ok/fail, build configuration, date, coverage, lint checks status,
   186    number (as ok/fail, build configuration, date, coverage, lint checks status,
   187    etc).
   187    etc).
   188  * Some part of development team may not have permission for bumping version and
   188  * Some part of development team may not have permission for bumping version and
   189    after build they must revert some automatically updated files.
   189    they must revert some automatically updated files after build.
   190 
   190 
   191 Why do not do this from pre-/post-commit hooks:
   191 Why do not do this from pre-/post-commit hooks:
   192 
   192 
   193  * Some changes can only partially introduce feature/bugfix.
   193  * Some changes can only partially introduce feature/bugfix.
   194 
   194