refactor: prettier reformatted GitVersion.yml
This commit is contained in:
parent
48a6933a64
commit
7f3ae474f7
1 changed files with 10 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
assembly-versioning-scheme: MajorMinorPatch
|
||||
assembly-file-versioning-scheme: MajorMinorPatch
|
||||
assembly-informational-format: '{InformationalVersion}'
|
||||
assembly-informational-format: "{InformationalVersion}"
|
||||
mode: ContinuousDelivery
|
||||
increment: Inherit
|
||||
continuous-delivery-fallback-tag: ci
|
||||
tag-prefix: '[vV]'
|
||||
tag-prefix: "[vV]"
|
||||
legacy-semver-padding: 4
|
||||
build-metadata-padding: 4
|
||||
commits-since-version-source-padding: 4
|
||||
|
@ -23,7 +23,7 @@ branches:
|
|||
main:
|
||||
regex: ^master$|^main$
|
||||
mode: ContinuousDelivery
|
||||
tag: ''
|
||||
tag: ""
|
||||
prevent-increment-of-merged-branch-version: true
|
||||
track-merge-target: false
|
||||
is-mainline: true
|
||||
|
|
Reference in a new issue