Skip to content

Commit

Permalink
Update gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Jul 7, 2024
1 parent 41fa134 commit ae7eeeb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,19 @@ branches:
#is-source-branch-for: ['v2']
source-branches: []

main:
tag: rc
v2:
mode: ContinuousDeployment
is-release-branch: true
tag: prealpha
increment: Patch
source-branches:
- develop
- main
regex: ^v2?[/-]
source-branches: ['v2_develop']

feature:
tag: useBranchName
regex: ^features?[/-]
source-branches:
- develop
- main
- v2_develop
pull-request:
tag: PullRequest.{BranchName}
increment: Inherit
Expand Down

0 comments on commit ae7eeeb

Please sign in to comment.