diff options
author | Tim Smith <tsmith@chef.io> | 2020-12-18 12:57:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 12:57:32 -0800 |
commit | 8d55fd55c5e03b8759f938ce2a1daefbb9efc274 (patch) | |
tree | 733b7a804804260c378323999eae6d2f1004bce2 /docs | |
parent | daf64d8f87aea2ee5133db64c7cd0e0c4e71ef15 (diff) | |
download | chef-8d55fd55c5e03b8759f938ce2a1daefbb9efc274.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 | 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 db21bf4a44..6bedd5dcc9 100644 --- a/docs/dev/how_to/bumping_the_major_version.md +++ b/docs/dev/how_to/bumping_the_major_version.md @@ -49,6 +49,8 @@ Once you've forked to a new stable branch such as `chef-15` you'll want to creat Example PR for Chef 15: https://github.com/chef/chef/pull/9236 +Note: Make sure you're making this PR against the new stable branch and not master! + ## Bump master for the new major release Create a PR that performs the following: |