diff options
author | Tim Smith <tsmith@chef.io> | 2022-01-27 14:27:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 14:27:39 -0800 |
commit | 48218ffe8e60f6216611a867b35b128ad58f0c0c (patch) | |
tree | 33ef186d7b9fceb29cc172a7248d798edf3125ad /docs | |
parent | f0e3a32fb9e0a918237d216efe69b20ef5963685 (diff) | |
download | chef-48218ffe8e60f6216611a867b35b128ad58f0c0c.tar.gz |
Update bumping_the_major_version.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/how_to/bumping_the_major_version.md | 2 |
1 files changed, 2 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 f5eb864b79..46c3fb0bfa 100644 --- a/docs/dev/how_to/bumping_the_major_version.md +++ b/docs/dev/how_to/bumping_the_major_version.md @@ -50,6 +50,8 @@ 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 - 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 - Run `rake dependencies:update` to generate a new gemfile.lock Example PR for Chef 15: https://github.com/chef/chef/pull/9236 |