From 23292dd10efb2ddd6d2cd2d87133963c108832af Mon Sep 17 00:00:00 2001 From: Antoine Date: Sun, 4 Feb 2018 17:36:51 -0500 Subject: [PATCH] Modified appveyor.yml to build on branch prerelease-v1.4.0 and to create a tag/official release. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2103649..91ac14b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ version: 1.4.0.{build} # branches to build branches: only: - - master + - prerelease-v1.4.0 # Do not build on tags (GitHub and BitBucket) skip_tags: true @@ -99,5 +99,5 @@ deploy: secure: BgyLisMc154qWpkyBdh8OD+D9HMM+YnBkh7H4MEUShKO3aCU+Fn/XVGJ07fTsRmH artifact: /(.*\.zip|.*\.exe)/ draft: false #true means release is private (visible to contributors only), false is public (visible to everyone) - prerelease: true #true for prerelease, false to identify this release as the 'latest release' + prerelease: false #true for prerelease, false to identify this release as the 'latest release' force_update: true