From dda6cb5843f0ded42a1341030ca1fec6b4b20656 Mon Sep 17 00:00:00 2001 From: Neil South Date: Thu, 25 Jul 2024 10:36:21 +0100 Subject: [PATCH] small change Signed-off-by: Neil South --- .github/.gitversion.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/.gitversion.yml b/.github/.gitversion.yml index 56e2c3c0..516d4d96 100755 --- a/.github/.gitversion.yml +++ b/.github/.gitversion.yml @@ -18,15 +18,15 @@ branches: main: tag: '' release: - tag: 'rc' + tag: rc develop: - tag: 'beta' + tag: beta feature: - tag: 'alpha.{BranchName}' + tag: alpha.{BranchName} pull-request: - tag: 'pr' + tag: pr ignore: sha: [] merge-message-formats: {} -next-version: 0.3.17 +next-version: 0.3.18