From 0df2773593646764ff4be96533fa27dcf872f95c Mon Sep 17 00:00:00 2001 From: Jesse Sweetland Date: Wed, 31 Jan 2018 10:48:20 -0600 Subject: [PATCH] Added release branch customizations --- gitversion.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gitversion.yml b/gitversion.yml index e68f1ee1..1f227a66 100644 --- a/gitversion.yml +++ b/gitversion.yml @@ -1,2 +1,6 @@ assembly-informational-format: '{LegacySemVerPadded}' -mode: ContinuousDeployment \ No newline at end of file +mode: ContinuousDeployment +branches: + releases?[/-]: + tag: rc + mode: ContinuousDelivery \ No newline at end of file