Skip to content

Commit

Permalink
Updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Jul 7, 2024
1 parent aeb6ed5 commit 6f9e792
Showing 1 changed file with 28 additions and 20 deletions.
48 changes: 28 additions & 20 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,39 @@ branches:
# - main
# pre-release-weight: 100

# v2_develop:
# mode: ContinuousDeployment
# tag: pre
# regex: ^v2_develop?[/-]
# is-release-branch: true
# tracks-release-branches: true
# #is-source-branch-for: ['v2']
# source-branches: []
v2_develop:
mode: ContinuousDeployment
tag: pre
regex: ^v2_develop?[/-]
#is-release-branch: true
tracks-release-branches: true
is-source-branch-for: ['v2_release']
source-branches: []

# v2_release:
# mode: ContinuousDeployment
# tag: prealpha
# regex: ^v2_release?[/-]
# is-release-branch: true
# source-branches: []

# feature:
# tag: useBranchName
# regex: ^features?[/-]
# source-branches:
# - v2_develop
v2_release:
mode: ContinuousDeployment
tag: prealpha
regex: ^v2_release?[/-]
#is-release-branch: true
source-branches: ['v2_develop']

pull-request:
mode: ContinuousDeployment
tag: PullRequest.{BranchName}
increment: Inherit
tag-number-pattern: '[/-](?<number>\d+)'
regex: ^(pull|pull\-requests|pr)[/-]
source-branches:
- develop
- main
- release
- v2_develop
- v2_release
- feature
- support
- hotfix
pre-release-weight: 30000

ignore:
sha: []

Expand Down

0 comments on commit 6f9e792

Please sign in to comment.