diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-11 13:39:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 13:39:06 -0700 |
commit | 38cc17ca2b53bf3a5a345302d3910855c4bd2b67 (patch) | |
tree | fcdcabeb3a477c14095fc60d0050bd879d59806d /docs | |
parent | 36b20e0c7c8e03b1f39fdae0453cf24d313f0b3f (diff) | |
download | chef-38cc17ca2b53bf3a5a345302d3910855c4bd2b67.tar.gz |
Update docs/dev/how_to/releasing_chef_infra.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/how_to/releasing_chef_infra.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/how_to/releasing_chef_infra.md b/docs/dev/how_to/releasing_chef_infra.md index c6866fc7a8..2ed3114217 100644 --- a/docs/dev/how_to/releasing_chef_infra.md +++ b/docs/dev/how_to/releasing_chef_infra.md @@ -58,7 +58,7 @@ Many of our users consume Chef via Homebrew using our casks. Make sure to update ### Update Chocolatey Packages -Many Windows users consume our packages via Chocolatey. Make sure to update the various version strings and sha sums here: https://github.com/chef/chocolatey-packages +Many Windows users consume our packages via Chocolatey. Make sure to update the various version strings and sha checksums here: https://github.com/chef/chocolatey-packages Once this is updated you'll need to build / push the artifact to the Chocolatey site from a Windows host: 1. `choco pack .\chef-client\chef-client.nuspec` |