Skip to content

Commit

Permalink
Fix config of GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 4, 2020
1 parent 4515535 commit 12e1bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
assembly-versioning-format: '{major}.{minor}.{WeightedPreReleaseNumber}'
assembly-informational-format: '{major}.{minor}{PreReleaseTagWithDash}--{CommitDate}--{ShortSha}'
continuous-delivery-fallback-tag: ''
mode: ContinuousDeployment

branches:
master:
regex: ^master
tag: ''
continuous-delivery-fallback-tag: ''
pre-release-weight: 50000 # 0 after stable release, 15000 before alpha release, 30000 before beta release, 50000 before stable release

0 comments on commit 12e1bba

Please sign in to comment.