🔖 Moves back to GitHub Flow branching strategy

This commit is contained in:
2025-07-10 14:38:43 +03:00
parent 7caf5ed4aa
commit b744a8b052

View File

@@ -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