From 3fc90d4f57e3bf24f3a2873dbe5a691e90cbca88 Mon Sep 17 00:00:00 2001 From: genteure Date: Sat, 18 Dec 2021 23:35:28 +0800 Subject: [PATCH] update GitVersion.yml --- GitVersion.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 76153fa..f8a3926 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,6 +1,18 @@ mode: ContinuousDelivery increment: Patch -branches: {} +branches: + develop: + mode: ContinuousDelivery + tag: alpha + increment: Patch + prevent-increment-of-merged-branch-version: false + track-merge-target: true + regex: ^dev(elop)?(ment)?$ + source-branches: [] + tracks-release-branches: true + is-release-branch: false + is-mainline: false + pre-release-weight: 0 ignore: sha: [] merge-message-formats: {}