From aae50c9da089974b2da9bb3df71e0d0dffce467b Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Wed, 2 Jan 2019 10:11:02 +0100 Subject: [PATCH] Simplify version key in AppVeyor configuration (#2650) 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 6e7ad0cf6..29c981b02 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