diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-11 13:26:50 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-11 13:27:12 -0700 |
commit | 707a572e8705cf6e9b3c76acb0b040d80c559a02 (patch) | |
tree | c0f01183bd19ffed214b8f6f30ee3067c9ced435 /docs | |
parent | 2c527b59743a8d4651b2832e5e596ac2aacc11e4 (diff) | |
download | chef-707a572e8705cf6e9b3c76acb0b040d80c559a02.tar.gz |
Add Chocolatey process docs
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/how_to/releasing_chef_infra.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/dev/how_to/releasing_chef_infra.md b/docs/dev/how_to/releasing_chef_infra.md index bd42e35572..74198ef459 100644 --- a/docs/dev/how_to/releasing_chef_infra.md +++ b/docs/dev/how_to/releasing_chef_infra.md @@ -58,6 +58,10 @@ 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. +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 -Process docs incoming +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` + 2. `choco push .\chef-client.15.1.9.nupkg --key API_KEY_HERE` + +Note: In order to push the artifact you'll need to be added as a maintainer on Chocolatey.org. |