summaryrefslogtreecommitdiff
path: root/docs/dev/how_to
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-11 13:51:31 -0700
committerGitHub <noreply@github.com>2019-06-11 13:51:31 -0700
commit81b44518275dfa77fb539b5ba9808f808d762eac (patch)
treed4eacb0c04f8db160e3ca23070308ded516d727c /docs/dev/how_to
parent7259eca7d53ee5b61e743415120bdb95bdbafbea (diff)
downloadchef-81b44518275dfa77fb539b5ba9808f808d762eac.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/dev/how_to')
-rw-r--r--docs/dev/how_to/releasing_chef_infra.md2
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 9a5fca85f1..b55b223660 100644
--- a/docs/dev/how_to/releasing_chef_infra.md
+++ b/docs/dev/how_to/releasing_chef_infra.md
@@ -19,7 +19,7 @@ The importance of our release notes cannot be understated. As developers, we und
1. `New Resources`: If we ship new resources, we want to make sure to brag about those resources. Use this section to give the elevator pitch for the new resource, including an example of how it might be used if available.
2. `Updated Resources`: It's important to let users know about new functionality in resources they may already be using. Cover any important bug fixes or new properties/actions here.
3. `Major new features`: Document new features with a high level bullet. This is a great opportunity to show off our work and sell users on new workflows.
-4. `Updated InSpec Releases`: We should always call out the updated InSpec release with a description of new functionality included.
+4. `Updated InSpec Releases`: We should always call out the updated Chef InSpec release and include a description of new functionality.
5. `Security Updates`: Call out any updated components we are shipping and include links to the CVEs if available.
### Update the Docs Site