From ce727d091f83bf47880c5c8567ebd7b096d0d721 Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Thu, 3 Sep 2015 09:49:46 -0400 Subject: [PATCH] version ChefDK with a static version number Using a static version will make it easier to promote binary artifacts. However, it comes with the cost of having to managing bumping the version as part of the normal development cycle. --- config/projects/chefdk.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/projects/chefdk.rb b/config/projects/chefdk.rb index 3721263e5..5b6775007 100644 --- a/config/projects/chefdk.rb +++ b/config/projects/chefdk.rb @@ -20,10 +20,7 @@ homepage "https://www.chef.io" build_iteration 1 -build_version do - source :git, from_dependency: 'chefdk' - output_format :semver -end +build_version '0.8.0' if windows? # NOTE: Ruby DevKit fundamentally CANNOT be installed into "Program Files"