Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Release Number Management

anja edited this page Dec 9, 2016 · 4 revisions

How to build the release number

<MajorChanges>.<MinorChanges>.<Bugfixes>

How to increment the release number

Bugfixes

For Bugfixes and correction of typos: Increase <Bugfixes>

⚙️
Eg: This would result in a switch from 1.1.4 to 1.1.5.

Minor KnowledgeFinder update

Change in KnowledgeFinder: Increase <MinorChanges>, reset <Bugfixes> to 0

⚙️
Eg: Added new filter type. This would result in a switch from 1.1.4 to 1.2.0.

Major KnowledgeFinder update

Major change in KnowledgeFinder: Increase <MajorChanges>, reset <MinorChanges> to 0, reset <Bugfixes> to 0

⚙️
Eg: Swtiched to another visualisation framework. This would result in a switch from 1.1.4 to 2.0.0.

Clone this wiki locally