/
Branching Model
Branching Model
Rules for Branching
- features and bug fixes are developed on own branches that are branched off master
- before a branch is merged into master it has to pass technical QA
- master is merged into release at the end of each sprint
- a release is taken from the release branch by tagging the respective commit object
Use of Servers
- platform.experimental.slidewiki.org - state of master is deployed after each commit
- testing.slidewiki.org - state of release is deployed after merge with master on sprint end
- stable.slidewiki.org - runs the latest release
, multiple selections available,
Related content
Development Workflow
Development Workflow
More like this
Versioning
Versioning
More like this
CI to Stable - procedures and testing
CI to Stable - procedures and testing
More like this
Data Models
Data Models
More like this
Server update and migration process
Server update and migration process
More like this
Decision Making
Decision Making
More like this