diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-28 09:41:41 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-28 09:41:41 -0700 |
commit | 18c113ffaaf47fd838dee72bb69ed1e13c7fc829 (patch) | |
tree | 5b05aa304dbb6056a83840d77d7f308d4e3cc9d3 /tasks | |
parent | 65db2f49949fe24fe1c468e512994f6c67055b8a (diff) | |
download | chef-18c113ffaaf47fd838dee72bb69ed1e13c7fc829.tar.gz |
Update release announcement templates
mixlib-install has been out long enough at this point we don't need to
call it new or mention what version of DK originally shipped with it.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/templates/prerelease.md.erb | 2 | ||||
-rw-r--r-- | tasks/templates/release.md.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tasks/templates/prerelease.md.erb b/tasks/templates/prerelease.md.erb index 9e9e33bbeb..6d45d25ab8 100644 --- a/tasks/templates/prerelease.md.erb +++ b/tasks/templates/prerelease.md.erb @@ -9,7 +9,7 @@ We have selected <%= @version %> as our Chef v<%= @maj_minor %> release candidat Please see the [CHANGELOG](https://github.com/chef/chef/blob/master/CHANGELOG.md) for the complete list of changes. # Get the Build -As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef/current/<%= @version %>) or by using the new `mixlib-install` command line utility available in ChefDK 0.19.6 or greater. +As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef/current/<%= @version %>) or by using the `mixlib-install` command line utility: ```shell $ mixlib-install download chef -v <%= @version %> -c current diff --git a/tasks/templates/release.md.erb b/tasks/templates/release.md.erb index cad14d27df..366ae2b0a6 100644 --- a/tasks/templates/release.md.erb +++ b/tasks/templates/release.md.erb @@ -9,7 +9,7 @@ We're happy to announce the release of Chef v<%= @maj_minor %>! Please see the [CHANGELOG](https://github.com/chef/chef/blob/master/CHANGELOG.md) for the complete list of changes. # Get the Build -As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef/<%= @version %>) or by using the new `mixlib-install` command line utility available in ChefDK 0.19.6 or greater. +As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/chef/<%= @version %>) or by using the `mixlib-install` command line utility: ```shell $ mixlib-install download chef -v <%= @version %> |