Skip to content

Branching for releases

Supun Kamburugamuve edited this page Nov 25, 2019 · 1 revision

Here is the Twister2 branching strategy for releases.

  • Work on the master using pull requests
  • Create a release branch with the version number (i.e. 0.4.0) once all the features are in
  • Push small fixes to the version branch
  • Marge release branch to master and create a tag
  • Add fixes to version branch for minor releases