summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-11-07 16:07:03 -0600
committerTom Duffield <tom@chef.io>2016-11-09 12:59:09 -0600
commit87ee0037126cc350beab415cac06892e9b3e58ff (patch)
tree6c510d493939bdce1c28f307bdb1b12433427a51 /README.md
parentf80f0dce2eabe9d22dcf469e1d1a681d5f9956e7 (diff)
downloadchef-87ee0037126cc350beab415cac06892e9b3e58ff.tar.gz
Add automation for bumping major/minor version
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7995cc50ad..c36ef8dc72 100644
--- a/README.md
+++ b/README.md
@@ -164,9 +164,7 @@ Whenever a change is checked in to `master`, the patch version of `chef` is bump
After each "official" stable release we need to bump the minor version. To do this:
-1. Manually increment the minor version in the VERSION file that is in the root of this repo. and reset the patch version to 0. Assuming the current version is `12.10.57` you would edit `VERSION` to be `12.11.0`.
-2. Run `bundle exec rake version` which will copy the version to the respective `version.rb` files in chef and chef-config.
-3. Run `bundle exec rake bundle:install` to update the base Gemfile.lock
+1. Run `bundle exec rake version:bump_minor`
Submit a PR with the changes made by the above.