From de959715ab004709a1eaf07c14391fef95e4b56f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Jun 2026 19:32:35 +0000 Subject: [PATCH] Set release label to 'stable' for v2.4.16 --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index b6e1287aae..18f1a8b6f5 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -34,7 +34,7 @@ branches: # Matches the main branch regex: ^main$ # Uses an empty label for stable releases - label: beta + label: '' # Increments patch version (x.y.z+1) on commits increment: Patch # Specifies develop as the source branch