diff options
author | Tim Smith <tsmith@chef.io> | 2020-12-18 17:29:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 17:29:59 -0800 |
commit | b8381407ce358a2c9008e763be8c5b6ecac2fb1e (patch) | |
tree | ceb04aa8f6d08a697e537be7e4ada4f85378c1ba /docs | |
parent | a1c7f81c4956322a5095a42d8446db43d521e89a (diff) | |
download | chef-b8381407ce358a2c9008e763be8c5b6ecac2fb1e.tar.gz |
Update bumping_the_major_version.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/how_to/bumping_the_major_version.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/dev/how_to/bumping_the_major_version.md b/docs/dev/how_to/bumping_the_major_version.md index 6bedd5dcc9..ca739d9f31 100644 --- a/docs/dev/how_to/bumping_the_major_version.md +++ b/docs/dev/how_to/bumping_the_major_version.md @@ -57,5 +57,4 @@ Create a PR that performs the following: - Update the version in the VERSION file - Update chef.gemspec to point to the new ohai major release -- Update .expeditor/config.yml to include the new version_constraints you setup on your stable branch and an updated project alias - run `rake dependencies:update` |