summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-28 10:42:05 -0700
committerGitHub <noreply@github.com>2018-08-28 10:42:05 -0700
commita49e9c58e399c1514cdcabfdf0f50451935d0df4 (patch)
tree5b05aa304dbb6056a83840d77d7f308d4e3cc9d3
parent65db2f49949fe24fe1c468e512994f6c67055b8a (diff)
parent18c113ffaaf47fd838dee72bb69ed1e13c7fc829 (diff)
downloadchef-a49e9c58e399c1514cdcabfdf0f50451935d0df4.tar.gz
Merge pull request #7594 from chef/release_announcements
Update release announcement templates
-rw-r--r--tasks/templates/prerelease.md.erb2
-rw-r--r--tasks/templates/release.md.erb2
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 %>