Skip to content

Development

duncanpatterson edited this page Jul 26, 2023 · 1 revision

Branching Strategy

The Dahdi project uses a number of branches to track versions. These are described here.

master

This is the latest development code. All pull requests should be raised against this branch. They will then be cherry-picked to any other relevant branches. The code in here is untested and should be used

release-x.x

When a build is planned a release branch will be created from the master branch. All release candidates and release builds will be built from this branch. Once a release branch is created only critical bug fixes will be merged into it.

Clone this wiki locally