From 6914b24b9886c403608d7516c3f8c3b3540259af Mon Sep 17 00:00:00 2001 From: Marnix van Valen Date: Wed, 10 Jun 2020 11:14:35 +0200 Subject: [PATCH] Reconfigure GitVersion to use main as the default branch --- GitVersion.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 GitVersion.yml diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..1f31360 --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1,6 @@ +mode: ContinuousDelivery +branches: + master: { + regex: ^main + } +