Skip to content

Commit

Permalink
add GitVersion.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Feb 27, 2025
1 parent 6c69461 commit f6971fd
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
next-version: 1.1.0
mode: ContinuousDelivery
branches:
auto-versioning:
regex: ^auto-versioning$
increment: Patch
tag: ""
mode: ContinuousDelivery
label: alpha
increment: Minor
prevent-increment:
when-current-commit-tagged: false
track-merge-target: true
track-merge-message: true
source-branches:
- develop
is-source-branch-for: []
tracks-release-branches: true
is-release-branch: false
is-main-branch: false
pre-release-weight: 0

0 comments on commit f6971fd

Please sign in to comment.