Skip to content

Release Version

GeorgPessler edited this page Dec 6, 2017 · 3 revisions

Method for generating the versioning number

For versioning we use Semantic Versioning. Thus the version number contains of 3 numbers (positive integers): MAJOR.MINOR.PATCH

  1. MAJOR version when you make incompatible API changes
  2. MINOR version when you add functionality in a backwards-compatible manner
  3. PATCH version when you make backwards-compatible bug fixes

How to release a new version

Clone this wiki locally