diff --git a/GitVersion.yml b/GitVersion.yml index e6a47f9790..18f1a8b6f5 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -33,8 +33,8 @@ branches: main: # Matches the main branch regex: ^main$ - # Uses 'alpha' as pre-release label before `beta` - label: rc + # Uses an empty label for stable releases + label: '' # Increments patch version (x.y.z+1) on commits increment: Patch # Specifies develop as the source branch