-
Notifications
You must be signed in to change notification settings - Fork 475
Branching strategy and CI
We follow Gitflow Workflow, so the develop branch may be in an unstable or even broken state during development. Please use releases or master branch instead of the develop branch in order to get a more stable code.
Below you can found more details about branching:
-
masterThe master branch is a "production" branch and only used for deployments of new versions. -
developOur development main branch. All feature branches/pull requests should be merged into this branch. When submitting a pull request, please set this branch as a target. -
feature/bugbranches These are separate branches that will be merged into thedevelopbranch when they are ready.
The develop branch is automatically built with CircleCI for every new commit.
There is a badge in the main Readme file that links to this build.