Skip to content

Commit

Permalink
cxczfsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Sramek committed Feb 2, 2025
1 parent 2095945 commit ca3b4ad
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .gitversion/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@ build-metadata-padding: 4
commits-since-version-source-padding: 4
commit-message-incrementing: Disabled
commit-date-format: "yyyy-MM-dd"
prevent-increment-of-merged-branch-version: true
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
is-mainline: false
ignore:
sha: []
branches:
release:
regex: ^release?[/-]
source-branches: [ 'develop', 'main', 'support', 'release' ]
is-release-branch: true
main:
regex: ^master$|^main$
mode: ContinuousDelivery
Expand All @@ -42,18 +51,6 @@ branches:
is-release-branch: false
is-mainline: false
pre-release-weight: 0
release:
regex: ^release?[/-]
mode: ContinuousDelivery
tag: beta
increment: None
prevent-increment-of-merged-branch-version: true
track-merge-target: false
source-branches: [ 'develop', 'main', 'support', 'release' ]
tracks-release-branches: false
is-release-branch: true
is-mainline: false
pre-release-weight: 30000
feature:
regex: ^feature?[/-]
mode: ContinuousDeployment
Expand Down

0 comments on commit ca3b4ad

Please sign in to comment.