Skip to content

Commit

Permalink
Added GitVersion config (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Apr 26, 2022
1 parent efc42db commit bb5585f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# Configure GitVersion
#

next-version: 1.15.0
branches:
main:
regex: ^main$
tag: 'B'
increment: Minor
is-mainline: true
feature:
regex: ^feature/
source-branches: [ 'main' ]
increment: Inherit
tag: B
release:
regex: ^release/
ignore:
sha: []
merge-message-formats: {}
tag-prefix: v
mode: ContinuousDeployment
increment: Inherit

0 comments on commit bb5585f

Please sign in to comment.