From dcd427e5f81ccaef51bfd4d4b47839a3a9d9e42d Mon Sep 17 00:00:00 2001 From: philo Date: Thu, 24 Sep 2020 09:44:15 +0100 Subject: [PATCH] Update gitversion config --- GitVersion.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index d530953..8c13b5e 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -2,11 +2,10 @@ assembly-versioning-scheme: MajorMinorPatchTag assembly-file-versioning-scheme: MajorMinorPatchTag assembly-informational-format: '{MajorMinorPatch}+{BranchName}+{ShortSha}' mode: Mainline -continuous-delivery-fallback-tag: branches: release: mode: ContinuousDelivery - tag: beta + tag: '' master: tag: ci pull-request: @@ -17,6 +16,4 @@ branches: tag: fix feature: mode: ContinuousDeployment - tag: wip -ignore: - sha: [] + tag: wip \ No newline at end of file