🔖 Sets versioning rules to GitFlow

This commit is contained in:
Alexandros Kritikos 2025-03-19 02:48:08 +02:00
parent db86ffca34
commit eb093464dd
No known key found for this signature in database
GPG Key ID: D68ED042B18F1740

31
GitVersion.yml Normal file
View File

@ -0,0 +1,31 @@
workflow: GitFlow/v1
mode: ContinuousDelivery
branches:
main:
mode: ContinuousDelivery
label: beta
develop:
source-branches:
- main
- feature
feature:
mode: ContinuousDelivery
source-branches:
- develop
release:
mode: ContinuousDelivery
label: ''
source-branches:
- main
- hotfix
hotfix:
mode: ContinuousDelivery
label: ''
source-branches:
- release
prevent-increment:
of-merged-branch: true
when-branch-merged: true
when-current-commit-tagged: true