From 5b5b10cbeefc219ec92525eb2bbab85fbd221804 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 11 Jun 2019 13:20:13 -0700 Subject: Update docs/dev/how_to/releasing_chef_infra.md Signed-off-by: Tim Smith Co-Authored-By: mjingle --- docs/dev/how_to/releasing_chef_infra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/how_to') diff --git a/docs/dev/how_to/releasing_chef_infra.md b/docs/dev/how_to/releasing_chef_infra.md index 3e017f2cf5..dfb9279fd5 100644 --- a/docs/dev/how_to/releasing_chef_infra.md +++ b/docs/dev/how_to/releasing_chef_infra.md @@ -6,7 +6,7 @@ 2. Are there any outstanding community PRs that should be merged? Ideally we don't make a community member wait multiple months for a code contribution to ship. Merge anything that's been reviewed. 3. Are new resource "introduced" fields using the correct version? From time to time we incorrectly merge a PR that has the wrong "introduced" version in a new resource or new resource property. If we added new resources or properties make sure these fields match the version we're about to ship. 4. Have any changes in Ohai been shipped to rubygems? - 5. Do we have a build in the `current` channel? If not you might wanna fix that. + 5. Do we have a build in the `current` channel? If not, you might wanna fix that. ## Prepare the Release -- cgit v1.2.1