🔖 Moves back to GitHub Flow branching strategy
This commit is contained in:
		@@ -3,7 +3,7 @@ mode: ContinuousDelivery
 | 
				
			|||||||
branches:
 | 
					branches:
 | 
				
			||||||
  main:
 | 
					  main:
 | 
				
			||||||
    mode: ContinuousDelivery
 | 
					    mode: ContinuousDelivery
 | 
				
			||||||
    label: rc
 | 
					    label: ''
 | 
				
			||||||
  develop:
 | 
					  develop:
 | 
				
			||||||
    label: alpha
 | 
					    label: alpha
 | 
				
			||||||
    source-branches:
 | 
					    source-branches:
 | 
				
			||||||
@@ -14,17 +14,6 @@ branches:
 | 
				
			|||||||
    label: '{BranchName}'
 | 
					    label: '{BranchName}'
 | 
				
			||||||
    source-branches:
 | 
					    source-branches:
 | 
				
			||||||
      - develop
 | 
					      - develop
 | 
				
			||||||
  release:
 | 
					 | 
				
			||||||
    mode: ContinuousDelivery
 | 
					 | 
				
			||||||
    label: ''
 | 
					 | 
				
			||||||
    source-branches:
 | 
					 | 
				
			||||||
      - main
 | 
					 | 
				
			||||||
      - hotfix
 | 
					 | 
				
			||||||
  hotfix:
 | 
					 | 
				
			||||||
    mode: ContinuousDelivery
 | 
					 | 
				
			||||||
    label: '{BranchName}'
 | 
					 | 
				
			||||||
    source-branches:
 | 
					 | 
				
			||||||
      - release
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
prevent-increment:
 | 
					prevent-increment:
 | 
				
			||||||
  of-merged-branch: true
 | 
					  of-merged-branch: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user