summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-04 16:58:51 -0800
committerGitHub <noreply@github.com>2021-01-04 16:58:51 -0800
commit0dcf7c7a1345db21bd87743488c2c4edb7d95981 (patch)
tree994eecf5776890cb267596d7f61c2a6ba8d376fa
parent7f9da2b515fa63938b35f054a22f4453b12332f8 (diff)
downloadchef-0dcf7c7a1345db21bd87743488c2c4edb7d95981.tar.gz
Update bumping_the_major_version.md
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--docs/dev/how_to/bumping_the_major_version.md1
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 ca739d9f31..7247b3d470 100644
--- a/docs/dev/how_to/bumping_the_major_version.md
+++ b/docs/dev/how_to/bumping_the_major_version.md
@@ -22,6 +22,7 @@ Starting from the master branch create a PR which:
- Edits the `VERSION` file in the root of the repository to the new major release
- Updates the `chef-config` and `chef-utils` dependencies to allow for the new major release of Chef Infra in `ohai.gemspec`
+- Update the `chef-config` and `chef-utils` deps in the Gemfile to point the the yet to be created chef-XYZ stable branch in the `chef/chef` repo. Note: This is going to fail for now. We have to start somewhere.
## Update chef/chef