Create gitversion.yml
This commit is contained in:
11
.github/config/gitversion.yml
vendored
Normal file
11
.github/config/gitversion.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
next-version: 1.0.0
|
||||||
|
assembly-versioning-scheme: MajorMinorPatch
|
||||||
|
assembly-file-versioning-scheme: MajorMinorPatch
|
||||||
|
|
||||||
|
branches:
|
||||||
|
master:
|
||||||
|
regex: ^master$
|
||||||
|
mode: ContinuousDelivery
|
||||||
|
increment: Patch
|
||||||
|
tag: ''
|
||||||
|
is-release-branch: true
|
||||||
Reference in New Issue
Block a user