From 322bfce7ff4e8001a9d34326a0fe2cd5bb794a12 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Thu, 20 Dec 2018 20:02:14 +0100 Subject: [PATCH] Simplify version key in AppVeyor configuration The format `1.0.{build}` is artificial, the 1.0 prefix has no meaning, `{build}` is enough. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6e7ad0cf65..29c981b023 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,4 @@ -version: 1.0.{build} -pull_requests: - do_not_increment_build_number: true +version: "{build}" branches: except: - coverity_scan