From 405767587e0a422a284f9d505cbc2ddbe9b08598 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sat, 16 Aug 2025 17:39:37 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Updates=20GitVersion=20to=20late?= =?UTF-8?q?st=20configuration=20values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Packages.props | 2 +- GitVersion.yml | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 2a09ac7..c190d43 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,6 @@ - + diff --git a/GitVersion.yml b/GitVersion.yml index e1747ce..905dcd5 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,19 +1,24 @@ -workflow: GitFlow/v1 +workflow: GitHubFlow/v1 mode: ContinuousDelivery +tag-prefix: '[vV]?' +ignore: + paths: + - ^(?!src\/|Directory\.Packages\.props|GitVersion.yml).* branches: - main: - mode: ContinuousDelivery - label: '' develop: - label: alpha + label: 'beta' + regex: '^(dev|develop|development)$' source-branches: - main - - feature feature: mode: ContinuousDelivery - label: '{BranchName}' source-branches: - develop + hotfix: + regex: ^hotfix?[\/-](?.+) + mode: ContinuousDelivery + release: + mode: ContinuousDelivery prevent-increment: of-merged-branch: true