diff options
author | Tim Smith <tsmith@chef.io> | 2022-01-27 17:22:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 17:22:39 -0800 |
commit | db6a29d4a4facd5648104904020b4382c31eb299 (patch) | |
tree | d3860ece99f26acd3866c426fdab05bcb93d3b3b /docs | |
parent | ae9c2a93ff2d79246d052936596844f8d6edc77f (diff) | |
download | chef-db6a29d4a4facd5648104904020b4382c31eb299.tar.gz |
Update bumping_the_major_version.md
Diffstat (limited to 'docs')
-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 af9c7f65d6..9c438ac039 100644 --- a/docs/dev/how_to/bumping_the_major_version.md +++ b/docs/dev/how_to/bumping_the_major_version.md @@ -50,6 +50,7 @@ Once you've forked to a new stable branch such as `chef-17` you'll want to creat - 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 +- In tasks/bin/run_external_test 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 |