Skip to content

Commit

Permalink
Try to fix GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 13, 2019
1 parent 1b14214 commit 0a9d281
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
assembly-versioning-format: '{major}.{minor}.{buildmetadata}'
assembly-versioning-format: '{major}.{minor}.{WeightedPreReleaseNumber}'
assembly-informational-format: '{major}.{minor}{PreReleaseTagWithDash}--{CommitDate}--{ShortSha}'

branches:
master:
regex: ^master
mode: ContinuousDelivery
tag: beta
increment: Minor
pre-release-weight: 30000 # 0 after stable release, 15000 before alpha release, 30000 before beta release, 50000 before stable release

0 comments on commit 0a9d281

Please sign in to comment.