From 704554b4a28d6594000b3a3234484ab6b84600aa Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Wed, 7 Jun 2023 10:23:18 -0600 Subject: [PATCH] Think i have gitversion right now --- .github/GitVersion.yml | 6 ------ GitVersion.yml | 8 +++++--- 2 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 .github/GitVersion.yml diff --git a/.github/GitVersion.yml b/.github/GitVersion.yml deleted file mode 100644 index a949440c1..000000000 --- a/.github/GitVersion.yml +++ /dev/null @@ -1,6 +0,0 @@ -mode: ContinuousDelivery -branches: - v2_develop: - regex: ^v2_dev(elop)?(ment)?$ - is-develop: true - tag: 'alpha' diff --git a/GitVersion.yml b/GitVersion.yml index f176033e2..b5a9ecf8b 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,7 @@ branches: - master: - tag: '' v2_develop: - tag: 'alpha' + mode: ContinuousDeployment + regex: v2_develop + tag: alpha + source-branches: + - v2_develop