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