Skip to content

Structure of AixLib repository

Peter Remmen edited this page Feb 12, 2016 · 9 revisions

Branches

The AixLib repository has two major, permanently existing branches:

  1. master - This branch should always be a stable version and in accordance to the latest release. There are only two reasons to send a pull request to the master

  2. You want to fix a bug

  3. You want to publish a new release

  4. development - This branch is intended as the base branch for development of new or improvment of existing features.

Versions and Releases

In a given period of time new versions and releases of the AixLib will be published. Every time the master changes, a new version number will be generated see Semantic Versioning.

  1. New releases cause a changing version number in the first or seccond digit (e.g. from 0.1.13 -> 0.2.0)
  2. Bugfixes cause a changing version number in the third digit (eg. from 0.1.12 -> 0.1.13)

In the milestone section the targets of each relase are documented.


Contribute to AixLib

Clone this wiki locally