QA branches are effectively the same as release branches, except are children of master. We can conduct QA off of release branches, as they should be rebased against master before QA begins anyway. If changes need to be made, they can get pushed to the release branch, instead of QA, too.
Discussed during Retro on 2017-12-07: https://trello.com/c/v8sOkH5f
QA branches are effectively the same as release branches, except are children of master. We can conduct QA off of release branches, as they should be rebased against master before QA begins anyway. If changes need to be made, they can get pushed to the release branch, instead of QA, too.