Skip to content

Commit

Permalink
Updated default prerelease fallback tag to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmorato committed Oct 26, 2023
1 parent 43d3adb commit 8d9205a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ next-version: "3.250.2"
mode: ContinuousDeployment
update-build-number: true
tag-prefix: '(release-)?[vV]'
continuous-delivery-fallback-tag: ''

assembly-versioning-format: '{Major}.{Minor}.{Patch}.{WeightedPreReleaseNumber ?? 0}'
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{WeightedPreReleaseNumber ?? 0}'
Expand All @@ -12,10 +13,10 @@ branches:
regex: ^master$|^main$
mode: ContinuousDeployment
tag: ''
increment: Patch
increment: None
prevent-increment-of-merged-branch-version: true
track-merge-target: false
source-branches: [ ]
source-branches: [ develop ]
tracks-release-branches: false
is-release-branch: false
is-mainline: false
Expand Down Expand Up @@ -57,4 +58,3 @@ branches:
is-release-branch: false
is-mainline: false
pre-release-weight: 10000

0 comments on commit 8d9205a

Please sign in to comment.