From c10ea9b315b6a867187d53648318bd76a0a69b89 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 25 Jul 2018 10:02:40 +0300 Subject: [PATCH] appveyor.yml: change versioning to '{branch}.{build}' format The old '2015.1.{build}' format is a bit confusing, because it gives the impression that something is stuck in the past. Change this to '{branch}.{build}'. That way we don't need to care about date/time, since Appveyor will track that anyway. Signed-off-by: Alexandru Ardelean --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c2d7585..9761797 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2015.1.{build} +version: '{branch}.{build}' clone_depth: 1 environment: