diff --git a/GitVersion.yml b/GitVersion.yml index f6bf9ce0..6cf854c2 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 0.8.4 +next-version: 0.9.0 assembly-informational-format: "{NuGetVersion}" mode: ContinuousDeployment branches: @@ -6,7 +6,7 @@ branches: regex: main mode: ContinuousDelivery tag: "" - increment: Patch + increment: Patch feature: regex: ^feature?[/-] mode: ContinuousDelivery