Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
version ChefDK with a static version number
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
schisamo committed Sep 3, 2015
1 parent 271733b commit ce727d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/projects/chefdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ce727d0

Please sign in to comment.