Skip to content

Commit

Permalink
Modify GitVersion config
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Mar 17, 2024
1 parent 561452d commit bcdf42f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
assembly-versioning-scheme: MajorMinorPatchTag
mode: ContinuousDeployment
increment: Inherit
continuous-delivery-fallback-tag: 'preview'
branches: {}
continuous-delivery-fallback-tag: preview
branches:
main:
mode: ContinuousDeployment
tag: preview
is-release-branch: true
is-mainline: true
ignore:
sha: []
merge-message-formats: {}
increment: Inherit
merge-message-formats: {}

0 comments on commit bcdf42f

Please sign in to comment.