-
Notifications
You must be signed in to change notification settings - Fork 464
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:
-
master
The master branch is a "production" branch and only used for deployments of new versions. -
develop
Our 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/bug
branches These are separate branches that will be merged into thedevelop
branch 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.