Skip to content

Commit 78e1dea

Browse files
committed
chore: add release branch config and dev label for main in gitversion
# ── git-warden policy guide ── # Write the commit message in English # AI co-author trailers will be removed before commit
1 parent 45fdc5e commit 78e1dea

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitversion.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ patch-version-bump-message: '^(fix|perf)(\(.*\))?:'
88

99
branches:
1010
main:
11+
label: 'dev'
12+
mode: ManualDeployment
13+
increment: Patch
14+
15+
release:
16+
regex: '^release$'
1117
label: ''
1218
mode: ManualDeployment
1319
increment: Patch
20+
prevent-increment:
21+
when-current-commit-tagged: true
1422

1523
feature:
1624
label: '{BranchName}'

0 commit comments

Comments
 (0)