Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Overview

We use standard linux kernel numbering style, like:

Code Block
titleVersion Schema
2    .0    .0
major.minor.revision

...

This will be an increment in the third number in our schema.

 

 TopicsRelease CycleNotes
Major
  • big / important changes, e.g. in general workflow
1y to 2y 
Minor
  • several changes
  • mostly after a "big" merge from dev to master
    in which dev includes several new features
1m to 3 m 
Revision
  • small changes and adoptions
  • bug- and hotfixes
daily, weeklywill be some kind of auto build?

 

First open source release will get the number: 2.0.0  

GIT

Checkout our GIT Workflow Page!

...