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
releases are staged and maintained on the release branch - master is merged into release at the end of a sprinteach sprint
- a release is taken from the release branch by tagging the respective commit object
Use of Servers
- experimental.slidewiki.org - state of master is deployed after each commit
- testing.slidewiki.org - state of release is deployed after merge
- stable.slidewiki.org - runs the latest release
Drawio baseUrl https://slidewiki.atlassian.net/wiki diagramName SlideWiki Branching Model width 890.5 pageId 12517406 height 581 revision 7
...