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

Latest commit

 

History

History
11 lines (7 loc) · 616 Bytes

development.md

File metadata and controls

11 lines (7 loc) · 616 Bytes

Development

We use a light version of gitflow for development. Please refer to the image for more insight and check out Gitflow documentation. The Tool 'gitflow' is currently not used by us.

Key points:

  • Tags represent releases and are normally on commits in the master branch. On hotfixes for past versions, the tags may not be available on the master branch.
  • Master branch is stable, but not every commit has to result in a release.
  • Development branch to integrate new features

Dev Workflow