Added gitlab automation information

This commit is contained in:
MaddoScientisto 2026-02-15 18:17:16 +01:00
commit 19df48ee5c
3 changed files with 77 additions and 0 deletions

22
GitVersion.yml Normal file
View file

@ -0,0 +1,22 @@
mode: ContinuousDelivery
branches:
main:
regex: ^main$
increment: Minor
prevent-increment-of-merged-branch-version: true
track-merge-target: false
master:
regex: ^master$
increment: Minor
prevent-increment-of-merged-branch-version: true
track-merge-target: false
feature:
regex: ^(?:feat(?:ure)?|feature)[/\\-]
increment: Minor
source-branches: ["main", "master"]
hotfix:
regex: ^hotfix[/\\-]
increment: Patch
ignore:
sha: []
commit-message-incrementing: Enabled