diff options
author | Tim Smith <tsmith@chef.io> | 2022-01-27 17:11:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 17:11:10 -0800 |
commit | ae9c2a93ff2d79246d052936596844f8d6edc77f (patch) | |
tree | fb5be39586a257e0a26a4faa034546cf9974640e /docs/dev/how_to | |
parent | 48218ffe8e60f6216611a867b35b128ad58f0c0c (diff) | |
download | chef-ae9c2a93ff2d79246d052936596844f8d6edc77f.tar.gz |
Update bumping_the_major_version.md
Diffstat (limited to 'docs/dev/how_to')
-rw-r--r-- | docs/dev/how_to/bumping_the_major_version.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/how_to/bumping_the_major_version.md b/docs/dev/how_to/bumping_the_major_version.md index 46c3fb0bfa..af9c7f65d6 100644 --- a/docs/dev/how_to/bumping_the_major_version.md +++ b/docs/dev/how_to/bumping_the_major_version.md @@ -49,6 +49,7 @@ Once you've forked to a new stable branch such as `chef-17` you'll want to creat - In tasks/bin/run_external_test update the ohai branch to point to your new stable ohai branch - In Gemfile set ohai to pull from the ohai stable branch - In Gemfile set cheffish to match the stable release of chef +- In knife/Gemfile set ohai to pull from the ohai stable branch - Update .github/dependabot.yml with the new branch - Create a new release notes wiki page for the stable version. See https://github.com/chef/chef/wiki/Pending-Release-Notes-17 - Update release notes publishing script to us the new stable branch. See https://github.com/chef/chef/blob/chef-17/.expeditor/publish-release-notes.sh#L13 |