From 796940cbe9f88cd21d0644e734dcfe1f9bc5d7ab Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 12 Jul 2024 19:50:19 +0300 Subject: [PATCH] Do not set clone depth, we need all the tags to automatically detect the version based on git describe. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 747b5c271..56980a262 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,8 +34,8 @@ platform: # environment setup # #---------------------------------# -# set clone depth -clone_depth: 1 # clone entire repository history if not defined +# Do not set clone depth, we need all the tags to automatically detect the version based on git describe +# clone_depth: 1 # fetch repository as zip archive shallow_clone: false # default is "false"