Replaces configuration files and update project structure

This commit is contained in:
2025-06-16 22:35:21 +03:00
parent 65f3c1c41b
commit 419780df44
20 changed files with 930 additions and 31 deletions

32
GitVersion.yml Normal file
View File

@ -0,0 +1,32 @@
workflow: GitFlow/v1
mode: ContinuousDelivery
branches:
main:
mode: ContinuousDelivery
label: rc
develop:
label: alpha
source-branches:
- main
- feature
feature:
mode: ContinuousDelivery
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
when-branch-merged: true
when-current-commit-tagged: true