Skip to content

Developing

Michael Binz edited this page Mar 24, 2020 · 3 revisions

Project conventions.

Versioning

Releases get a single version number. That is v1, v2, v3, v4, ...

Branch master

The master branch contains the latest and greatest released version of th product. No day-by-day merges happen on this branch.

Branch develop

Feature development happens here. Gets merged into master as soon as a new release is created.

Clone this wiki locally