Skip to content

Commit

Permalink
Cleaned gitversion.yml and changed releasebranch to continousdeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zunkas committed Jan 16, 2020
1 parent e1552c7 commit 944eddd
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,16 @@ branches:
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
mastertest:
regex: ^mastertest
source-branches: ['develop', 'release', 'hotfix', 'feature']
mode: ContinuousDelivery
tag: ''
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
release:
regex: ^releases?[/-]
mode: ContinuousDelivery
mode: ContinuousDeployment
tag: beta
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
tracks-release-branches: false
is-release-branch: true
pre-release-weight: 1000
feature-checkout:
regex: ^feature/checkout
source-branches: ['develop']
mode: ContinuousDeployment
tag: alpha.check
increment: Inherit
prevent-increment-of-merged-branch-version: false
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
feature:
regex: ^feature?[/-]
mode: ContinuousDelivery
Expand Down

0 comments on commit 944eddd

Please sign in to comment.